diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index da8a5d6bf..6349f355a 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -313,6 +313,18 @@ If you want to check out SWIG to a different folder to the proposed the autotools will fail miserably on those. +
+cd /usr/src/swig +Tools/pcre-build.sh +
diff --git a/Tools/pcre-build.sh b/Tools/pcre-build.sh
index 2d991ceba..68ffe0b03 100755
--- a/Tools/pcre-build.sh
+++ b/Tools/pcre-build.sh
@@ -14,7 +14,8 @@ usage() {
echo " - Download the latest PCRE source tarball from http://www.pcre.org and place in the"
echo " directory that you will configure and build SWIG."
echo " - Run this script in the same directory that you intend to configure and build SWIG in."
- echo " - Afterwards run the SWIG configure scrip which will then find and use the PCRE static"
+ echo " This will configure and build PCRE as a static library."
+ echo " - Afterwards run the SWIG configure script which will then find and use the PCRE static"
echo " libraries in the $pcre_subdir subdirectory."
exit 0
}