2.3 KiB
GTK+ for Windows Runtime Environment Installer
This repository is a fork of the GTK+ for Windows Runtime Environment Installer that was originally created by Alexander Shaduri. My efforts here will focus on creating a 64-bit version of the runtime that he has been providing so far, using up to date versions of GTK+ and its dependencies.
Downloads can be found here.
The current release (gtk2-runtime-2.24.24-2014-09-28-ts-win64.exe) has been compiled using GCC 4.8.1 (MinGW-w64 installed from TDM-GCC). The included GTK+ dependencies were selected according to the flowchart used by Hexchat. The source tarballs can be obtained by clicking on the names of the dependencies in the following list:
- atk (2.14.0)
- cairo (1.12.16)
- fontconfig (2.11.1)
- freetype (2.5.3)
- gdk-pixbuf (2.31.1)
- gettext (0.19.2)
- glib (2.42.0)
- gtk (2.24.24)
- harfbuzz (0.9.35)
- libffi (3.1)
- libpng (1.6.13)
- libxml2 (2.9.1)
- pango (1.36.8)
- pixman (0.32.6)
- win-iconv (0.0.6)
- zlib (1.2.8)
For all other information regarding how to use the installer, the reader is kindly referred to the original website of the GTK for Windows runtime environment installer.
Personally I use this installer in my XMI-MSIM project. You may want to have a look at my Inno Setup (new) and NSIS (old) based installers.