mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
Update Windows READMEs
-Tell people about that libFFI is now needed. -Tell people not to compile GLib in paths containing spaces.
This commit is contained in:
parent
eac8d47e37
commit
e6f37ca472
16
README.win32
16
README.win32
@ -159,11 +159,17 @@ and libtool documentation.
|
|||||||
Building with Visual Studio
|
Building with Visual Studio
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
In an unpacked tarball, you will find in build\win32\vs9 a solution
|
Please do not build GLib in paths that contain spaces in them, as
|
||||||
file that can be used to build the GLib DLLs and some auxiliary
|
this may cause problems during compilation and during usage of the
|
||||||
programs. Read the README.txt file in that folder for more
|
library.
|
||||||
information. Note that you will need a libintl implementation, and
|
|
||||||
zlib.
|
In an unpacked tarball, you will find in build\win32\vs9 (VS 2008) and
|
||||||
|
build\win32\vs10 (VS 2010) a solution file that can be used to build
|
||||||
|
the GLib DLLs and some auxiliary programs under VS 2008 and VS 2010
|
||||||
|
(Express Edition will suffice with the needed dependencies) respectively.
|
||||||
|
Read the README.txt file in those folders for more
|
||||||
|
information. Note that you will need a libintl implementation, zlib, and
|
||||||
|
libFFI.
|
||||||
|
|
||||||
If you are building from a GIT checkout, you will first need to use some
|
If you are building from a GIT checkout, you will first need to use some
|
||||||
Unix-like environment or run build/win32/setup.py,
|
Unix-like environment or run build/win32/setup.py,
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
Note that all this is rather experimental.
|
Please do not compile this package (GLib) in paths that contain
|
||||||
|
spaces in them-as strange problems may occur during compilation or during
|
||||||
|
the use of the library.
|
||||||
|
|
||||||
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
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
Note that all this is rather experimental.
|
Please do not compile this package (GLib) in paths that contain
|
||||||
|
spaces in them-as strange problems may occur during compilation or during
|
||||||
|
the use of the library.
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user