From 7100902e291f3d0b97f62e6663fe66dac3482c32 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 18 Jan 2024 10:50:42 +0100 Subject: Document --no-pcre in the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3