From 7f204ed64cba640d1d60e459b7cf7709dd2efa90 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 2 Jul 2022 18:46:44 -0700 Subject: [PATCH] Update the README to reflect new PCRE2 instructions --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 80a2a19b3..7892985d6 100644 --- a/README.rst +++ b/README.rst @@ -148,7 +148,7 @@ Compiling fish requires: - a C++11 compiler (g++ 4.8 or later, or clang 3.3 or later) - CMake (version 3.5 or later) - a curses implementation such as ncurses (headers and libraries) -- PCRE2 (headers and libraries) - a copy is included with fish +- PCRE2 (headers and libraries) - optional, this will be downloaded if missing - gettext (headers and libraries) - optional, for translation support Sphinx is also optionally required to build the documentation from a