mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Update the README to reflect new PCRE2 instructions
This commit is contained in:
parent
6c81eb14d7
commit
7f204ed64c
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ Compiling fish requires:
|
||||||
- a C++11 compiler (g++ 4.8 or later, or clang 3.3 or later)
|
- a C++11 compiler (g++ 4.8 or later, or clang 3.3 or later)
|
||||||
- CMake (version 3.5 or later)
|
- CMake (version 3.5 or later)
|
||||||
- a curses implementation such as ncurses (headers and libraries)
|
- 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
|
- gettext (headers and libraries) - optional, for translation support
|
||||||
|
|
||||||
Sphinx is also optionally required to build the documentation from a
|
Sphinx is also optionally required to build the documentation from a
|
||||||
|
|
Loading…
Reference in a new issue