86620ec1a38e466ee51da6ebcb2c6ac096e71758
[platform/upstream/glib.git] / build / win32 / vs9 / README.txt
1 Note that all this is rather experimental.\r
2 \r
3 This VS9 solution and the projects it includes are intented to be used\r
4 in a GLib source tree unpacked from a tarball. In a git checkout you\r
5 first need to use some Unix-like environment or manual work to expand\r
6 the .in files needed, mainly config.h.win32.in into config.h.win32 and\r
7 glibconfig.h.win32.in into glibconfig.h.win32.\r
8 \r
9 The only external dependency is proxy-libintl. Fetch the latest\r
10 proxy-libintl-dev zipfile from\r
11 http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ for 32-bit\r
12 builds, and correspondingly\r
13 http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ for 64-bit\r
14 builds. Set up the source tree as follows under some arbitrary top\r
15 folder <root>:\r
16 \r
17 <root>\glib\<this-glib-source-tree>\r
18 <root>\glib\dependencies\<PlatformName>\proxy-libintl\r
19 \r
20 *this* file you are now reading is thus located at\r
21 <root>\glib\<this-glib-source-tree>\build\win32\vs9\README.\r
22 \r
23 <PlatformName> is either Win32 or x64, as in VS9 project files.\r
24 \r
25 <root>\glib\dependencies\<PlatformName>\proxy-libintl contains the\r
26 unpacked proxy-libintl zip file, so that for instance libintl.h is at\r
27 <root>\glib\dependencies\<PlatformName>\proxy-libintl\include\libintl.h.\r
28 \r
29 --Tor Lillqvist <tml@iki.fi>\r