mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
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:
parent
004e2f060f
commit
c83c91a574
11
README.win32
11
README.win32
@ -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
|
||||
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
|
||||
============================
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user