Update Windows READMEs
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 25 Jul 2011 03:42:17 +0000 (11:42 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 25 Jul 2011 03:42:17 +0000 (11:42 +0800)
-Tell people about that libFFI is now needed.
-Tell people not to compile GLib in paths containing spaces.

README.win32
build/win32/vs10/README.txt
build/win32/vs9/README.txt

index a04417f..8f1fe25 100644 (file)
@@ -159,11 +159,17 @@ and libtool documentation.
 Building with Visual Studio\r
 ===========================\r
 \r
-In an unpacked tarball, you will find in build\win32\vs9 a solution\r
-file that can be used to build the GLib DLLs and some auxiliary\r
-programs. Read the README.txt file in that folder for more\r
-information. Note that you will need a libintl implementation, and\r
-zlib.\r
+Please do not build GLib in paths that contain spaces in them, as\r
+this may cause problems during compilation and during usage of the\r
+library.\r
+\r
+In an unpacked tarball, you will find in build\win32\vs9 (VS 2008) and\r
+build\win32\vs10 (VS 2010) a solution file that can be used to build\r
+the GLib DLLs and some auxiliary programs under VS 2008 and VS 2010\r
+(Express Edition will suffice with the needed dependencies) respectively.\r
+Read the README.txt file in those folders for more\r
+information. Note that you will need a libintl implementation, zlib, and \r
+libFFI.\r
 \r
 If you are building from a GIT checkout, you will first need to use some\r
 Unix-like environment or run build/win32/setup.py, \r
index b5ad800..5822a33 100644 (file)
@@ -1,4 +1,6 @@
-Note that all this is rather experimental.\r
+Please do not compile this package (GLib) in paths that contain\r
+spaces in them-as strange problems may occur during compilation or during\r
+the use of the library.\r
 \r
 This VS10 solution and the projects it includes are intented to be used\r
 in a GLib source tree unpacked from a tarball. In a git checkout you\r
index 2bb6fc8..4ae89b4 100644 (file)
@@ -1,4 +1,6 @@
-Note that all this is rather experimental.\r
+Please do not compile this package (GLib) in paths that contain\r
+spaces in them-as strange problems may occur during compilation or during\r
+the use of the library.\r
 \r
 This VS9 solution and the projects it includes are intented to be used\r
 in a GLib source tree unpacked from a tarball. In a git checkout you\r