mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
CONTRIBUTING: Remove versions
These were outdated already (cmake). Let's keep them in the README for now.
This commit is contained in:
parent
964d3fff15
commit
0aa588a129
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ This will create a copy of the fish repository in the directory fish-shell in yo
|
|||
Also, for most changes you want to run the tests and so you'd get a setup to compile fish.
|
||||
For that, you'll require:
|
||||
|
||||
- Rust (version 1.67 or later) - when in doubt, try rustup
|
||||
- CMake (version 3.5 or later)
|
||||
- Rust - when in doubt, try rustup
|
||||
- CMake
|
||||
- PCRE2 (headers and libraries) - optional, this will be downloaded if missing
|
||||
- gettext (headers and libraries) - optional, for translation support
|
||||
- Sphinx - optional, to build the documentation
|
||||
|
|
Loading…
Reference in a new issue