diff options
| -rw-r--r-- | README.md | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -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 |