mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Update README
This commit is contained in:
parent
84b5701b92
commit
61bf839991
1 changed files with 1 additions and 2 deletions
|
@ -140,11 +140,10 @@ Building from git master currently requires:
|
|||
|
||||
- Rust (version 1.70 or later)
|
||||
- CMake (version 3.19 or later)
|
||||
- a C compiler (for system feature detection)
|
||||
- a C compiler (for system feature detection and the test helper binary)
|
||||
- PCRE2 (headers and libraries) - optional, this will be downloaded if missing
|
||||
- gettext (headers and libraries) - optional, for translation support
|
||||
- an Internet connection, as other dependencies will be downloaded automatically
|
||||
- For tests: a C++11 compiler
|
||||
|
||||
|
||||
Building from source (all platforms) - Makefile generator
|
||||
|
|
Loading…
Reference in a new issue