diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-07-06 08:25:41 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-07-06 08:25:41 +0800 |
commit | c83c91a57486fc684ca3d884d6e288972e8b82a7 (patch) | |
tree | 467b1f32d2a50c093c5986fc33b731cdb50137bf /build | |
parent | 004e2f060fa1865c8c14fdd399c5f8b3d7048289 (diff) |
Bug 653841: Update README.win32 and VS README.txt's
This relates to my previous commit titled "add a script to generator
files for building" on behalf of Shixin Zeng.
Tell people about the availability of a python script to create the
necessary files for a Visual C++ build from a GIT checkout.
This is done with the courtesy of Shixin Zeng's python script which does
the job and eliminates the troubles of getting a suitable shell environment
to do the "make dist" job (which is especially not easy on Windows itself!)
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs10/README.txt | 11 | ||||
-rw-r--r-- | build/win32/vs9/README.txt | 11 |
2 files changed, 14 insertions, 8 deletions
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt index 909283fdb..b5ad8008b 100644 --- a/build/win32/vs10/README.txt +++ b/build/win32/vs10/README.txt @@ -2,10 +2,13 @@ Note that all this is rather experimental. This VS10 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, proxy-libintl and LibFFI. Fetch the latest
proxy-libintl-dev and zlib-dev zipfiles from
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
|