Skip to content

Commit 3562768

Browse files
committed
Update readme
1 parent 6048729 commit 3562768

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Native GTKMM builds for Win32 with MS VC++ lag behind those with gcc.
66

77
## How
88

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>
1213
* It is complicated to build MM counterpart from git on Win32 as they heavily use m4 macro processor
1314
* <del>Download source code release for corresponding subfolders</del>
1415

@@ -19,22 +20,21 @@ Native GTKMM builds for Win32 with MS VC++ lag behind those with gcc.
1920

2021
## Notes
2122

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.
2424

2525
## Status
2626

2727
Builds with
2828

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)
3838

3939
## TODO
4040

README.md.in

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Native GTKMM builds for Win32 with MS VC++ lag behind those with gcc.
66

77
## How
88

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>
1213
* It is complicated to build MM counterpart from git on Win32 as they heavily use m4 macro processor
1314
* <del>Download source code release for corresponding subfolders</del>
1415

@@ -19,8 +20,7 @@ Native GTKMM builds for Win32 with MS VC++ lag behind those with gcc.
1920

2021
## Notes
2122

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.
2424

2525
## Status
2626

@@ -34,7 +34,7 @@ Builds with
3434
- [@GTKMM_DIR@](@GTKMM_DIR_URL@)
3535
- [@XMLMM_DIR@](@XMLMM_DIR_URL@)
3636
- [@GSTREAMERMM_DIR@](@GSTREAMERMM_DIR_URL@)
37-
- GTK+ (See git submodule SHA)
37+
- GTK+ (See msys2 fordetails)
3838

3939
## TODO
4040

0 commit comments

Comments
 (0)