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!)
This commit is contained in:
Chun-wei Fan 2011-07-06 08:25:41 +08:00
parent 004e2f060f
commit c83c91a574
3 changed files with 372 additions and 355 deletions

View File

@ -165,6 +165,17 @@ programs. Read the README.txt file in that folder for more
information. Note that you will need a libintl implementation, and information. Note that you will need a libintl implementation, and
zlib. zlib.
If you are building from a GIT checkout, you will first need to use some
Unix-like environment or run build/win32/setup.py,
which will expand the VS 2008/2010 project files, the DLL resouce files and
other miscellanious files required for the build. Run build/win32/setup.py
as follows:
$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
Building with MSVC and NMAKE Building with MSVC and NMAKE
============================ ============================

View File

@ -2,10 +2,13 @@ Note that all this is rather experimental.
This VS10 solution and the projects it includes are intented to be used 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 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 first need to use some Unix-like environment or run build/win32/setup.py,
the .in files needed, mainly config.h.win32.in into config.h.win32 and which will do the work for you:
glibconfig.h.win32.in into glibconfig.h.win32. You will also need to
expand the .vcprojin files here into .vcproj files. $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 The required dependencies are zlib, proxy-libintl and LibFFI. Fetch the latest
proxy-libintl-dev and zlib-dev zipfiles from proxy-libintl-dev and zlib-dev zipfiles from

View File

@ -2,10 +2,13 @@ Note that all this is rather experimental.
This VS9 solution and the projects it includes are intented to be used 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 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 first need to use some Unix-like environment or run build/win32/setup.py,
the .in files needed, mainly config.h.win32.in into config.h.win32 and which will do the work for you:
glibconfig.h.win32.in into glibconfig.h.win32. You will also need to
expand the .vcprojin files here into .vcproj files. $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 The required dependencies are zlib and proxy-libintl. Fetch the latest
proxy-libintl-dev and zlib-dev zipfiles from proxy-libintl-dev and zlib-dev zipfiles from