summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-01-21 11:51:20 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-01-21 11:51:20 +0800
commitc2a5eefb00557c11019ce984da54d129cfbf91a9 (patch)
treec605dae7348809a013185b0317d180327770f40b /build
parentd062cfa10ab5bbaaaff9444ac909248eb645be9e (diff)
downloadgobject-introspection-c2a5eefb00557c11019ce984da54d129cfbf91a9.tar.gz
Update Visual C++ README.txt files.
Be a little bit more clear on how certain environmental variables are to be set.
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/README.txt6
-rw-r--r--build/win32/vs9/README.txt6
2 files changed, 8 insertions, 4 deletions
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt
index 5fe6192d..06f216ec 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 bb9fca65..579e5ece 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