@@ -6,9 +6,10 @@ Native GTKMM builds for Win32 with MS VC++ lag behind those with gcc.
6
6
7
7
## How
8
8
9
- * <del >[ Use OBS] ( http://mail.gnome.org/archives/gtk-list/2011-March/msg00111.html ) (openSUSE Build Service)</del > [ Fedora-mingw binaries] ( http://build1.openftd.org/fedora-cross/i386/RPMS_noarch/ ) for all prerequisites
10
- + [ Nice script by Maarten Bosmans] ( http://www.bosmans.ch/pulseaudio/download-mingw-rpm.py ) downloads everything: \Python32\python download-mingw-rpm.py --no-clean --deps libxml2 libxml2-devel atk atk-devel libcairo2 libcairo-gobject2 cairo-devel pango pango-devel gstreamer gstreamer-devel gdk-pixbuf gdk-pixbuf-devel
11
- * You'll need perl to build gtk+ git submodule
9
+ * <del >[ Use OBS] ( http://mail.gnome.org/archives/gtk-list/2011-March/msg00111.html ) (openSUSE Build Service)</del > <del >[ Fedora-mingw binaries] ( http://build1.openftd.org/fedora-cross/i386/RPMS_noarch/ ) for all prerequisites</del >
10
+ Now msys2 ` pacman -S mingw-w64-i686-gtk3 mingw-w64-i686-gstreamer mingw-w64-i686-gst-plugins-good `
11
+ + <del >[ Nice script by Maarten Bosmans] ( http://www.bosmans.ch/pulseaudio/download-mingw-rpm.py ) downloads everything: \Python32\python download-mingw-rpm.py --no-clean --deps libxml2 libxml2-devel atk atk-devel libcairo2 libcairo-gobject2 cairo-devel pango pango-devel gstreamer gstreamer-devel gdk-pixbuf gdk-pixbuf-devel</del >
12
+ * <del >You'll need perl to build gtk+ git submodule</del >
12
13
* It is complicated to build MM counterpart from git on Win32 as they heavily use m4 macro processor
13
14
* <del >Download source code release for corresponding subfolders</del >
14
15
@@ -19,22 +20,21 @@ Native GTKMM builds for Win32 with MS VC++ lag behind those with gcc.
19
20
20
21
## Notes
21
22
22
- Windows XP doesn't have mklink tool.
23
- ln tool from http://schinagl.priv.at/nt/ln/ln.html should be used as fsutil requires elevated privileges.
23
+ Windows XP doesn't have mklink tool and is not supported anymore.
24
24
25
25
## Status
26
26
27
27
Builds with
28
28
29
- [libsigc++-2.2.10 ](http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2 )
30
- [glibmm-2.29.13 ](http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.29 )
31
- [atkmm-2.22.5 ](http://ftp.gnome.org/pub/GNOME/sources/atkmm/2.22)
32
- [cairomm-1.10.0 ](http://cairographics.org/releases)
33
- [pangomm-2.28.2 ](http://ftp.gnome.org/pub/gnome/sources/pangomm/2.28 )
34
- [gtkmm-3.1.18 ](http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.1 )
35
- [libxml++-2.34.2 ](http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34 )
36
- [gstreamermm-0.10.10 ](http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10 )
37
- GTK+ (See git submodule SHA )
29
+ - [ libsigc++-2.4.1 ] ( http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.4 )
30
+ - [ glibmm-2.44.0 ] ( http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.44 )
31
+ - [ atkmm-2.22.7 ] ( http://ftp.gnome.org/pub/GNOME/sources/atkmm/2.22 )
32
+ - [ cairomm-1.11.2 ] ( http://cairographics.org/releases )
33
+ - [ pangomm-2.36.0 ] ( http://ftp.gnome.org/pub/gnome/sources/pangomm/2.36 )
34
+ - [ gtkmm-3.16.0 ] ( http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.16 )
35
+ - [ libxml++-2.38.0 ] ( http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.38 )
36
+ - [ gstreamermm-1.4.3 ] ( http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.4 )
37
+ - GTK+ (See msys2 fordetails )
38
38
39
39
## TODO
40
40
0 commit comments