[gobject-introspection] Update Visual C++ README.txt files.



commit c2a5eefb00557c11019ce984da54d129cfbf91a9
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Jan 21 11:51:20 2013 +0800

    Update Visual C++ README.txt files.
    
    Be a little bit more clear on how certain environmental variables are to
    be set.

 build/win32/vs10/README.txt |    6 ++++--
 build/win32/vs9/README.txt  |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt
index 5fe6192..06f216e 100644
--- a/build/win32/vs10/README.txt
+++ b/build/win32/vs10/README.txt
@@ -63,10 +63,12 @@ Please note that due to numerous possible configurations on Python, some environ
 variables need to be set before launching the gobject-introsection.sln solution file.
 
 These variables are namely:
-PYTHONDIR: Root installation folder of your Python interpretor.
+PYTHONDIR: Root installation folder of your Python interpretor, where python.exe is
+           located.  Currently only Python 2.6.x and 2.7.x is supported.
            It must match your build configuration (Win32 or x64/amd64)
 PKG_CONFIG_PATH: Location of the .pc (pkg-config) files, especially for the GLib .pc files.
-MINGWDIR: Root installation folder for your Windows GCC (such as MinGW).
+MINGWDIR: Root installation folder for your Windows GCC (such as MinGW).  For example,
+          if your gcc executable (gcc.exe) is in c:\mingw\bin, use "set MINGWDIR=c:\mingw"
 *** End of Note! ***
 
 The "install" project will copy build results and headers into their
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index bb9fca6..579e5ec 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -63,10 +63,12 @@ Please note that due to numerous possible configurations on Python, some environ
 variables need to be set before launching the gobject-introsection.sln solution file.
 
 These variables are namely:
-PYTHONDIR: Root installation folder of your Python interpretor.
+PYTHONDIR: Root installation folder of your Python interpretor, where python.exe is
+           located.  Currently only Python 2.6.x and 2.7.x is supported.
            It must match your build configuration (Win32 or x64/amd64)
 PKG_CONFIG_PATH: Location of the .pc (pkg-config) files, especially for the GLib .pc files.
-MINGWDIR: Root installation folder for your Windows GCC (such as MinGW).
+MINGWDIR: Root installation folder for your Windows GCC (such as MinGW).  For example,
+          if your gcc executable (gcc.exe) is in c:\mingw\bin, use "set MINGWDIR=c:\mingw"
 *** End of Note! ***
 
 The "install" project will copy build results and headers into their



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