Update the README to reflect new PCRE2 instructions

This commit is contained in:
ridiculousfish 2022-07-02 18:46:44 -07:00
parent 6c81eb14d7
commit 7f204ed64c

View File

@ -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