summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-08-31 13:27:23 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-08-31 13:27:23 +0800
commit1e4d22dcb73615af517859eadda7fb31923ccb89 (patch)
tree2361e964d478745bcbe838c44f46c8528f96bb41
parent3af08c3d937a0c6e2bd82dbd612f553dec6042ad (diff)
downloadgdk-pixbuf-1e4d22dcb73615af517859eadda7fb31923ccb89.tar.gz
Update VS Readme files
Tell people about the GNOME Live! page that outlines building GDK-Pixbuf and its dependencies with Visual C++.
-rw-r--r--build/win32/vs10/README.txt8
-rw-r--r--build/win32/vs9/README.txt8
2 files changed, 16 insertions, 0 deletions
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt
index 718bfbfca..5cdc1b288 100644
--- a/build/win32/vs10/README.txt
+++ b/build/win32/vs10/README.txt
@@ -1,5 +1,13 @@
Note that all this is rather experimental.
+Please do not build this package in a path that contains spaces to avoid
+possible problems during the build or during the usage of the library.
+
+Please refer to the following GNOME Live! page for more detailed
+instructions on building GDK-Pixbuf and its dependencies with Visual C++:
+
+https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
+
This VS10 solution and the projects it includes are intented to be used
in a GDK-Pixbuf source tree unpacked from a tarball. In a git checkout you
first need to use some Unix-like environment or manual work to expand
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index ca984143f..4ff75157a 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -1,5 +1,13 @@
Note that all this is rather experimental.
+Please do not build this package in a path that contains spaces to avoid
+possible problems during the build or during the usage of the library.
+
+Please refer to the following GNOME Live! page for more detailed
+instructions on building GDK-Pixbuf and its dependencies with Visual C++:
+
+https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
+
This VS9 solution and the projects it includes are intented to be used
in a GDK-Pixbuf source tree unpacked from a tarball. In a git checkout you
first need to use some Unix-like environment or manual work to expand