summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-08-31 13:22:54 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-08-31 13:22:54 +0800
commit219e5cf6dc6d13e1a1180afb996e5e8616096260 (patch)
treef971150db18144ed81efa64d16d21afa4efba1c3
parentb73bfccfac58a34162ec42edbdfa8964fb988ae0 (diff)
downloadatk-219e5cf6dc6d13e1a1180afb996e5e8616096260.tar.gz
Update Win32 and VS Readme files
Tell people about the GNOME Live! page that outlines building ATK and its dependencies with Visual C++.
-rw-r--r--build/win32/vs10/README.txt5
-rw-r--r--build/win32/vs9/README.txt5
2 files changed, 10 insertions, 0 deletions
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt
index 8188336..df81da3 100644
--- a/build/win32/vs10/README.txt
+++ b/build/win32/vs10/README.txt
@@ -1,6 +1,11 @@
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 ATK 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 ATK 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 089e74b..4b5dd54 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -1,6 +1,11 @@
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 ATK 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 ATK source tree unpacked from a tarball. In a git checkout you
first need to use some Unix-like environment or manual work to expand