This is the GTK+2 Runtime Environment Installer for Windows. It includes all of the files required to run GTK+2 applications on Windows. Some support tools are also available.
This project is no longer maintained.
Please use its successor:
https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer
License
GNU General Public License version 2.0 (GPLv2), GNU Library or Lesser General Public License version 2.0 (LGPLv2), GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow GTK+2 for Windows Runtime Environment
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
I downloaded it swiftly even over DSL, it installed without any issues, and when I went to use the libraries, they were instantly available. I used some autoscripts.py to run my programs for the libraires I needed, and setting the path was a simple copy and paste.
-
When selecting the option to add to PATH the installer overwrites the entire PATH with it's own instead of adding itself alongside the other entries. This in turn causes a bunch of issues with Windows. I have to scavenge the registry entries from a system restore point in order to fix my system since the restore point itself failed to work.
-
Worked fine once I'd sorted out an Entry Point Error problem with zlib1.dll: The installer adds "C:\Program Files (x86)\GTK2-Runtime\bin" to the system PATH variable but this may already be pointing to an existing (and out-of-date) version, in my case the pre-installed and potentially common "c:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\" Solution: search system for zlib1.dll and check to see if PATH points to any older versions. If so you must move the newly-added string to before these references so the new version is found. Leave the old reference alone; it may be required for more than zlib1.dll. Apart from that, no problems at all.
-
Are there any plans to build more recent version of gtk+2? That is 2.24.25 as of moment of writing? The currently "latest" version in fact is 3 years old. Many bugfixes were commited since then.
-
very good project, thanks!