Skip to content

tschoonj/GTK-for-Windows-Runtime-Environment-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTK+ for Windows Runtime Environment Installer: 64-bit

Github Downloads All Releases PayPal Amazon Wish list

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 GTK+-2 runtime that he has been providing so far, using up to date versions of GTK+ and its dependencies. Recently I have also created a 64-bit GTK+-3 runtime package. All packages now contain Gtkmm and its dependencies too. Since the GTK+ developers recently dropped support for stock icons (a mistake of epic proportions IMHO...), I added the Adwaita icon theme to the GTK+-3 runtime, so you can still enjoy pretty filechooserdialogs etc! I have also added a couple of commonly used libraries such as libxml++, libxslt, gtksourceview, libsoup and sqlite.

The installers can be found in the releases section.

The current releases (gtk2-runtime-2.24.33-2021-01-30-ts-win64.exe and gtk3-runtime-3.24.31-2022-01-04-ts-win64.exe) were obtained entirely from the excellent MSYS2 project, and were not compiled by myself, as was the case for releases made before 2017. Users who want to compile against this runtime are strongly encouraged to set up a MSYS2 installation themselves, and install the required packages (compiled with the mingw-w64-x86_64 toolchain!!!).

Please note that the Gtk+-2 runtime installers will no longer be updated as there are will be no more Gtk+-2 source code releases

The following packages are included in the current GTK+-2/3 installers

For all other information regarding how to use the installer, the reader is kindly referred to Alexander Shaduri's website of the GTK for Windows runtime environment installer. The only difference with the installers found at his website is that mine DO NOT have the compatdlls option, but this should present no problems to any user.

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.

Those interested in scientific plotting using Gtkmm3 may want to have a look at my project Gtkmm-PLplot. Documentation and examples can be found here

If you have enjoyed using this project, please consider making a donation or buying something off my Amazon Wish list.

Tom Schoonjans