summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2012-01-07 23:42:15 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2012-01-07 23:42:15 +0000
commit280666ed3864e137860fba191d11dab731ee0bad (patch)
tree9e868fe57f36ffb039f5e9ca4191838b50ddbf91 /Doc
parent0f1e483af7a52f82af6daccfa9c980c88cd4f3c1 (diff)
downloadswig-280666ed3864e137860fba191d11dab731ee0bad.tar.gz
Add PCRE build instructions to Windows build instructions
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12894 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Windows.html12
1 files changed, 12 insertions, 0 deletions
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
@@ -314,6 +314,18 @@ the autotools will fail miserably on those.
</li>
<li>
+The PCRE third party library needs to be built next.
+Download the latest PCRE source tarball, such as <tt>pcre-8.10.tar.bz2</tt>, from
+<a href=http://www.pcre.org>PCRE</a> and place in the <tt>/usr/src/swig</tt> directory.
+Build PCRE as a static library using the Tools/pcre-build.sh script as follows:
+
+<div class="shell"><pre>
+cd /usr/src/swig
+Tools/pcre-build.sh
+</pre></div>
+ </li>
+
+ <li>
You are now ready to build SWIG. Execute the following commands to build swig.exe:
<div class="shell"><pre>
cd /usr/src/swig