Bug 653841: Update README.win32 and VS README.txt's
[platform/upstream/glib.git] / build / win32 / vs10 / README.txt
index 909283f..b5ad800 100644 (file)
@@ -2,10 +2,13 @@ Note that all this is rather experimental.
 \r
 This VS10 solution and the projects it includes are intented to be used\r
 in a GLib source tree unpacked from a tarball. In a git checkout you\r
-first need to use some Unix-like environment or manual work to expand\r
-the .in files needed, mainly config.h.win32.in into config.h.win32 and\r
-glibconfig.h.win32.in into glibconfig.h.win32. You will also need to\r
-expand the .vcprojin files here into .vcproj files.\r
+first need to use some Unix-like environment or run build/win32/setup.py, \r
+which will do the work for you:\r
+\r
+$python build/win32/setup.py --perl path_to_your_perl.exe\r
+\r
+for more usage on this script, run\r
+$python build/win32/setup.py -h/--help\r
 \r
 The required dependencies are zlib, proxy-libintl and LibFFI. Fetch the latest\r
 proxy-libintl-dev and zlib-dev zipfiles from\r