From dcfa3aa8cd83af3a17d6c02026a37ed5073c3e2c Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 29 Nov 2013 09:53:49 +0800 Subject: [PATCH] build/win32/vs*/README.txt: Re-word a bit Use PATH rather than path to make things clearer --- build/win32/vs10/README.txt | 2 +- build/win32/vs9/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt index e00b0833a4..27d9ab8b55 100644 --- a/build/win32/vs10/README.txt +++ b/build/win32/vs10/README.txt @@ -23,7 +23,7 @@ build/win32/vs10/README.txt file in glib for details where to unpack them. You will also need a Python 2.x/3.x interpretor installed on your system, which can be obtained from the official installers available from http://www.python.org. Please note that the Python interpretor (python.exe) -needs to be in your path before attempting the build of GTK+. +needs to be in your PATH before attempting the build of GTK+. It is recommended that one builds the dependencies with VS10 as far as possible, especially those from and using the GTK+ stack (i.e. GLib, diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt index 0cf37f4bbc..31ecd7617c 100644 --- a/build/win32/vs9/README.txt +++ b/build/win32/vs9/README.txt @@ -22,7 +22,7 @@ build/win32/vs9/README.txt file in glib for details where to unpack them. You will also need a Python 2.x/3.x interpretor installed on your system, which can be obtained from the official installers available from http://www.python.org. Please note that the Python interpretor (python.exe) -needs to be in your path before attempting the build of GTK+. +needs to be in your PATH before attempting the build of GTK+. It is recommended that one builds the dependencies with VS9 as far as possible, especially those from and using the GTK+ stack (i.e. GLib,