aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-18 10:50:42 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-18 10:50:42 +0100
commit7100902e291f3d0b97f62e6663fe66dac3482c32 (patch)
treeb6e370ca7d9e6f97c3c099ebdcb27ce3805318e2
parente39d5d738575c4e784880651db00fdd8cf6c1595 (diff)
Document --no-pcre in the README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94eb258..943be80 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,14 @@ $ ./make # Build the project
$ ./make install # Install the project
```
+By default Grab is linked against the PCRE2 library for PCRE support. If
+you prefer to simply use POSIX EREs, you can pass `--no-pcre` to the
+build script:
+
+```sh
+$ ./make --no-pcre
+```
+
## Description