Compare commits

...

37 Commits

Author SHA1 Message Date
d401405d87 New installers: 2020-07-15 2020-07-15 09:14:15 +01:00
d5e9dc5286 Add Github sponsorship to funding 2020-05-31 10:01:58 +01:00
9f0fa6355f New installers: 2020-05-19 2020-05-19 13:58:40 +01:00
0992fd1fc7 Update FUNDING.yml 2020-04-07 10:50:41 +01:00
7ff7e676d0 New installers: 2020-02-21 2020-02-21 12:57:00 +00:00
651af13435 New installers: 2019-12-19 2019-12-19 13:06:45 +00:00
f97fa61ab3 Add code to test runtime 2019-12-19 13:03:31 +00:00
29f9d477bc New installers: 2019-11-07
Closes #24
2019-11-07 16:03:51 +00:00
07fe7dbe80 New installers: 2019-10-04 2019-10-04 14:45:59 +01:00
b5299b2e9e New installers: 2019-08-05 2019-08-05 09:12:34 +01:00
e20195cfbf New installers: 2019-07-02 2019-07-02 10:12:26 +01:00
12ed7c624f Create FUNDING.yml 2019-05-23 19:38:26 +01:00
ed18ffc0ee New installers: 2019-04-26 2019-04-26 12:28:21 +01:00
9310da3a8c README.md: add downloads badge 2019-04-22 16:13:58 +01:00
ac734e8d8b New installers: 2019-03-26
Closes #23
2019-03-26 12:49:28 +00:00
257df8f277 New installers: 2019-02-07 2019-02-07 14:06:43 +00:00
0d74248592 New installers: 2018-12-19 2018-12-19 13:52:19 +00:00
e80938e197 New installers: 2018-10-03
Closes #22
2018-10-03 17:49:54 +01:00
fd197d4ef0 New installers: 2018-09-13 2018-09-13 13:40:33 +01:00
fdb647da0c Fix XMI-MSIM repo link
Closes #21
2018-09-04 11:43:36 +01:00
918b26dbeb New installers: 2018-08-01 2018-08-01 09:07:12 +01:00
1595c18695 New installers: 2018-06-12
* Closes #14: add fontconfig configuration files
2018-06-12 11:20:15 +01:00
a8bb24b6e0 README fix www.msys2.org link 2018-05-17 06:41:59 +01:00
de8599e01b New installers: 2018-03-12
* Closes #13 -> add missing libjasper and libjpeg dlls
2018-03-12 09:03:21 +00:00
0f30a324a0 New installers: 2018-02-20
* includes bugfix for ssl certificates that were not removed on
uninstall
2018-02-20 10:00:42 +00:00
c1da5644ed New installers: 2018-01-18 2018-01-18 09:18:30 +00:00
ad04f9b483 New installers: 2017-11-15 2017-11-15 11:10:03 +00:00
953f1c8042 README.md changes 2017-10-26 12:42:00 +01:00
029f5282aa README update 2017-09-25 13:14:05 +01:00
ddb38897c5 New installers: 2017-09-25 2017-09-25 13:10:43 +01:00
80cfd7dcfe New installer: 2017-09-11 2017-09-11 21:03:32 +01:00
6e6eb9e3a0 Add libsoup support and fix gettext language files 2017-09-06 05:24:54 +01:00
fb54d5067c New installers: 2017-08-17 2017-08-17 15:26:02 +01:00
50fcafdd3f New installers: 2017-06-27 2017-06-27 09:53:13 +01:00
d6371c1945 New installers: 2017-05-30 2017-05-30 14:04:41 +01:00
c933bc263f README.md: add donation link 2017-05-08 13:28:07 +01:00
bf4fdc02c0 README: remove dead link 2017-04-26 07:59:40 +01:00
11063 changed files with 130853 additions and 15437 deletions

2
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,2 @@
custom: https://www.paypal.me/tomschoonjansUK/10
github: tschoonj

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ gtk2-runtime*-ts-win64*exe
gtk3-runtime*-ts-win64*exe gtk3-runtime*-ts-win64*exe
*.swp *.swp
/.vscode /.vscode
hello-world-gtkmm3.exe

View File

@ -1,59 +1,69 @@
GTK+ for Windows Runtime Environment Installer: 64-bit GTK+ for Windows Runtime Environment Installer: 64-bit
====================================================== ======================================================
[![Github Downloads All Releases](https://img.shields.io/github/downloads/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/total.svg)](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases)
[![PayPal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/tomschoonjans/10) [![Amazon Wish list](https://img.shields.io/badge/Amazon-Wishlist-green.svg)](http://amzn.eu/8ml3d0c)
This repository is a fork of the [GTK+ for Windows Runtime Environment Installer](http://gtk-win.sourceforge.net) that was originally created This repository is a fork of the [GTK+ for Windows Runtime Environment Installer](http://gtk-win.sourceforge.net) that was originally created
by Alexander Shaduri. 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 and gtksourceview. 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](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases). The installers can be found in the [releases section](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases).
**[Keep in mind though that these packages are experimental. Binary compatibility between versions is not guaranteed!!!.](http://www.gtk.org/download/win64.php)** The current releases ([gtk2-runtime-2.24.32-2020-07-15-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2020-07-15/gtk2-runtime-2.24.32-2020-07-15-ts-win64.exe) and [gtk3-runtime-3.24.20-2020-07-15-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2020-07-15/gtk3-runtime-3.24.20-2020-07-15-ts-win64.exe)) were obtained entirely from the excellent [MSYS2 project](https://www.msys2.org), 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!!!).
The current releases ([gtk2-runtime-2.24.31-2017-04-05-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2017-04-05/gtk2-runtime-2.24.31-2017-04-05-ts-win64.exe) and [gtk3-runtime-3.22.10-2017-04-05-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2017-04-05/gtk3-runtime-3.22.10-2017-04-05-ts-win64.exe)) were obtained entirely from the excellent [MSYS2 project](www.msys2.org), 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!!!).
The following packages are included in the current GTK+-2/3 installers The following packages are included in the current GTK+-2/3 installers
* [adwaita icon theme](http://ftp.gnome.org/pub/GNOME/sources/adwaita-icon-theme/) (3.22.0) * [adwaita icon theme](http://ftp.gnome.org/pub/GNOME/sources/adwaita-icon-theme/) (3.36.0)
* [atk](http://ftp.gnome.org/pub/GNOME/sources/atk/) (2.24.0) * [atk](http://ftp.gnome.org/pub/GNOME/sources/atk/) (2.36.0)
* [atkmm](http://ftp.gnome.org/pub/GNOME/sources/atkmm/) (2.24.2) * [atkmm](http://ftp.gnome.org/pub/GNOME/sources/atkmm/) (2.28.0)
* [cairo](http://cairographics.org/releases/) (1.15.4) * [cairo](http://cairographics.org/releases/) (1.16.0)
* [cairomm](http://cairographics.org/releases/) (1.12.0) * [cairomm](http://cairographics.org/releases/) (1.12.2)
* [fontconfig](http://www.freedesktop.org/software/fontconfig/release/) (2.12.1) * [fontconfig](http://www.freedesktop.org/software/fontconfig/release/) (2.13.92)
* [freetype](http://www.freetype.org/download.html) (2.7.1) * [freetype](http://www.freetype.org/download.html) (2.10.2)
* [gdk-pixbuf](http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/) (2.36.6) * [gdk-pixbuf](http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/) (2.40.0)
* [gettext](http://ftp.gnu.org/pub/gnu/gettext/) (0.19.8.1) * [gettext](http://ftp.gnu.org/pub/gnu/gettext/) (0.19.8.1)
* [glib](http://ftp.gnome.org/pub/GNOME/sources/glib/) (2.52.0) * [glib](http://ftp.gnome.org/pub/GNOME/sources/glib/) (2.64.3)
* [glibmm](http://ftp.gnome.org/pub/GNOME/sources/glibmm/) (2.50.0) * [glib-networking](http://ftp.gnome.org/pub/GNOME/sources/glib-networking/) (2.64.2)
* [gtk2](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (2.24.31) * [glibmm](http://ftp.gnome.org/pub/GNOME/sources/glibmm/) (2.64.2)
* [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.22.10) * [gobject-introspection](http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/) (1.64.1)
* [gtkmm2](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (2.24.4) * [gtk2](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (2.24.32)
* [gtkmm3](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (3.22.0) * [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.24.20)
* [gtkmm2](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (2.24.5)
* [gtkmm3](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (3.24.2)
* [gtksourceview2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (2.10.5) * [gtksourceview2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (2.10.5)
* [gtksourceview3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (3.20.4) * [gtksourceview3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (3.24.11)
* [gtksourceview4](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (4.6.0)
* ~~[gtksourceviewmm2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (2.10.3)~~ (currently unavailable) * ~~[gtksourceviewmm2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (2.10.3)~~ (currently unavailable)
* [gtksourceviewmm3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (3.18.0) * [gtksourceviewmm3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (3.21.3)
* [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (1.4.5) * [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (2.6.8)
* [hicolor-icon-theme](http://icon-theme.freedesktop.org/releases/) (0.15) * [hicolor-icon-theme](http://icon-theme.freedesktop.org/releases/) (0.17)
* [json-glib](http://ftp.gnome.org/pub/gnome/sources/json-glib/) (1.2.8) * [json-glib](http://ftp.gnome.org/pub/gnome/sources/json-glib/) (1.4.4)
* [libepoxy](https://github.com/anholt/libepoxy) (1.4.1) * [libepoxy](https://github.com/anholt/libepoxy) (1.5.4)
* [libffi](http://sourceware.org/libffi/) (3.2.1) * [libffi](http://sourceware.org/libffi/) (3.3)
* [libiconv](https://ftp.gnu.org/pub/gnu/libiconv/) (1.15) * [libiconv](https://ftp.gnu.org/pub/gnu/libiconv/) (1.16)
* [libpng](http://sourceforge.net/project/showfiles.php?group_id=5624) (1.6.29) * [libpeas](http://ftp.gnome.org/pub/gnome/sources/libpeas/) (1.26.0)
* [libsigc++](http://ftp.gnome.org/pub/GNOME/sources/libsigc++/) (2.10.0) * [libpng](http://sourceforge.net/project/showfiles.php?group_id=5624) (1.6.37)
* [libxml2](http://xmlsoft.org/sources/) (2.9.4) * [librsvg](http://ftp.gnome.org/pub/GNOME/sources/librsvg/) (2.48.7)
* [libxml++2](http://ftp.gnome.org/pub/GNOME/sources/libxml++/) (2.40.0) * [libsigc++](http://ftp.gnome.org/pub/GNOME/sources/libsigc++/) (2.10.3)
* [libxml++3](http://ftp.gnome.org/pub/GNOME/sources/libxml++/) (3.0.0) * [libsoup](http://ftp.gnome.org/pub/GNOME/sources/libsoup/) (2.70.0)
* [libxslt](http://xmlsoft.org/sources/) (1.1.29) * [libxml2](http://xmlsoft.org/sources/) (2.9.10)
* [pango](http://ftp.gnome.org/pub/GNOME/sources/pango/) (1.40.3) * [libxml++2](http://ftp.gnome.org/pub/GNOME/sources/libxml++/) (2.40.1)
* [pangomm](http://ftp.gnome.org/pub/GNOME/sources/pangomm/) (2.40.0) * [libxml++3](http://ftp.gnome.org/pub/GNOME/sources/libxml++/) (3.2.0)
* [pcre](ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/) (8.40) * [libxslt](http://xmlsoft.org/sources/) (1.1.34)
* [pixman](http://cairographics.org/releases/) (0.34.0) * [pango](http://ftp.gnome.org/pub/GNOME/sources/pango/) (1.43.0)
* [pangomm](http://ftp.gnome.org/pub/GNOME/sources/pangomm/) (2.42.1)
* [pcre](ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/) (8.44)
* [pixman](http://cairographics.org/releases/) (0.40.0)
* [sqlite](https://www.sqlite.org) (3.32.3)
* [zlib](http://www.zlib.net) (1.2.11) * [zlib](http://www.zlib.net) (1.2.11)
For all other information regarding how to use the installer, the reader is kindly referred to [Alexander Shaduri's website](http://gtk-win.sourceforge.net) 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. For all other information regarding how to use the installer, the reader is kindly referred to [Alexander Shaduri's website](http://gtk-win.sourceforge.net) 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](http://github.com/xmimsim). You may want to have a look at my Inno Setup ([new](https://github.com/tschoonj/xmimsim/blob/master/windows/xmimsim.iss)) and NSIS ([old](https://github.com/tschoonj/xmimsim/blob/XMI-MSIM-4.0/nsis/xmimsim-win64.nsi.in)) based installers. Personally I use this installer in my [XMI-MSIM project](http://github.com/tschoonj/xmimsim). You may want to have a look at my Inno Setup ([new](https://github.com/tschoonj/xmimsim/blob/master/windows/xmimsim.iss)) and NSIS ([old](https://github.com/tschoonj/xmimsim/blob/XMI-MSIM-4.0/nsis/xmimsim-win64.nsi.in)) based installers.
Those interested in scientific plotting using Gtkmm3 may want to have a look at my project [Gtkmm-PLplot](https://github.com/tschoonj/gtkmm-plplot). Documentation and examples can be found [here](http://tschoonj.github.io/gtkmm-plplot) Those interested in scientific plotting using Gtkmm3 may want to have a look at my project [Gtkmm-PLplot](https://github.com/tschoonj/gtkmm-plplot). Documentation and examples can be found [here](http://tschoonj.github.io/gtkmm-plplot)
If you have enjoyed using this project, please consider making a donation or buying something off my Amazon Wish list.
Tom Schoonjans Tom Schoonjans

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
gtk-nsis-pack/bin/gdbus.exe Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More