diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-07-25 11:42:17 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-07-25 11:42:17 +0800 |
commit | e6f37ca472860535606ef0f898f85f3ad6a7167c (patch) | |
tree | 7d2f00cccac102268630a702486fb32c8be0a2ab /build | |
parent | eac8d47e373bd57e3cb117508c0812b53963a732 (diff) |
Update Windows READMEs
-Tell people about that libFFI is now needed.
-Tell people not to compile GLib in paths containing spaces.
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs10/README.txt | 4 | ||||
-rw-r--r-- | build/win32/vs9/README.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt index b5ad8008b..5822a3341 100644 --- a/build/win32/vs10/README.txt +++ b/build/win32/vs10/README.txt @@ -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
in a GLib source tree unpacked from a tarball. In a git checkout you
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt index 2bb6fc8ee..4ae89b4fc 100644 --- a/build/win32/vs9/README.txt +++ b/build/win32/vs9/README.txt @@ -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
in a GLib source tree unpacked from a tarball. In a git checkout you
|