[clutter/msvc-support] Update Visual C++ README.txt's



commit df530f5c4bb73fc3b9fafe02d72ad4db16fee3bb
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Aug 31 20:55:16 2011 +0800

    Update Visual C++ README.txt's
    
    Tell people about the GNOME Live! page that describes in more detail
    on how Clutter can be compiled with Visual C++.
    
    N.B.: The information on the GNOME Live! page will be filled in once (or
          ASAP) the msvc-support branch is accepted into master

 build/win32/vs10/README.txt |    8 ++++++++
 build/win32/vs9/README.txt  |    8 ++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt
index a6081c9..a4d578c 100644
--- a/build/win32/vs10/README.txt
+++ b/build/win32/vs10/README.txt
@@ -1,5 +1,13 @@
 Note that all this is rather experimental.
 
+A more detailed description on using Visual C++ to compile Clutter with
+its dependencies can be found on the following GNOME Live! page:
+
+https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
+
+Please do not attempt to compile Clutter in a path that contains spaces
+to avoid potential problems during compilation, linking or usage.
+
 This VS10 solution and the projects it includes are intented to be used
 in a Clutter 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 588ed5c..d8b5193 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -1,5 +1,13 @@
 Note that all this is rather experimental.
 
+A more detailed description on using Visual C++ to compile Clutter with
+its dependencies can be found on the following GNOME Live! page:
+
+https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack
+
+Please do not attempt to compile Clutter in a path that contains spaces
+to avoid potential problems during compilation, linking or usage.
+
 This VS9 solution and the projects it includes are intented to be used
 in a Clutter source tree unpacked from a tarball. In a git checkout you
 first need to use some Unix-like environment or manual work to expand



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]