summaryrefslogtreecommitdiff
path: root/build/win32/vs9/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'build/win32/vs9/README.txt')
-rw-r--r--build/win32/vs9/README.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index 13bd2f223..2bb6fc8ee 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -2,10 +2,13 @@ Note that all this is rather experimental.
This VS9 solution and the projects it includes are intented to be used
in a GLib source tree unpacked from a tarball. In a git checkout you
-first need to use some Unix-like environment or manual work to expand
-the .in files needed, mainly config.h.win32.in into config.h.win32 and
-glibconfig.h.win32.in into glibconfig.h.win32. You will also need to
-expand the .vcprojin files here into .vcproj files.
+first need to use some Unix-like environment or run build/win32/setup.py,
+which will do the work for you:
+
+$python build/win32/setup.py --perl path_to_your_perl.exe
+
+for more usage on this script, run
+$python build/win32/setup.py -h/--help
The required dependencies are zlib and proxy-libintl. Fetch the latest
proxy-libintl-dev and zlib-dev zipfiles from