summaryrefslogtreecommitdiff
path: root/Doc/Manual/Windows.html
diff options
context:
space:
mode:
authorJulien Schueller <schueller@phimeca.com>2021-08-05 15:27:00 +0200
committerVadim Zeitlin <vz-swig@zeitlins.org>2021-10-03 16:32:11 +0200
commit42ed181e0816e32e0145bc02bdd4cc0141519de3 (patch)
treebb89829f4455a681079a07be546b2ea6b2d5dd6d /Doc/Manual/Windows.html
parent892db20d1244f2514c4c5deb25078e0b3da9942a (diff)
downloadswig-42ed181e0816e32e0145bc02bdd4cc0141519de3.tar.gz
[CMake] Add option to enable pcre
Closes #2031, #2065.
Diffstat (limited to 'Doc/Manual/Windows.html')
-rw-r--r--Doc/Manual/Windows.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html
index 9365070e9..eae9ffb84 100644
--- a/Doc/Manual/Windows.html
+++ b/Doc/Manual/Windows.html
@@ -251,7 +251,8 @@ For fully working build steps always check the Continuous Integration setups cur
and save to a folder e.g. C:\Tools\Bison
</li>
<li>
- Install PCRE using Nuget using the following command: <pre>C:\Tools\nuget install pcre -Version 8.33.0.1 -OutputDirectory C:\Tools\pcre</pre>
+ Install PCRE using Nuget using the following command: <pre>C:\Tools\nuget install pcre -Version 8.33.0.1 -OutputDirectory C:\Tools\pcre</pre>.
+ Alternatively, use <tt>WITH_PCRE</tt> option to disable PCRE support if you are sure not to need it.
</li>
<li>
We will also need the SWIG source code. Either download a zipped archive from GitHub, or if git is installed clone the latest codebase