mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
CHANGELOG: We need a C compiler even for the main binary
Not just libc.c, but also the rsconf tests.
This commit is contained in:
parent
a23cd62ec7
commit
9b9663ea44
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ Other improvements
|
|||
For distributors
|
||||
----------------
|
||||
|
||||
fish has been ported to Rust. This means a significant change in dependencies, which are listed in the README. In short, Rust 1.70 or greater is required, and a C++ compiler is no longer needed (although a C compiler is still required for the tests).
|
||||
fish has been ported to Rust. This means a significant change in dependencies, which are listed in the README. In short, Rust 1.70 or greater is required, and a C++ compiler is no longer needed (although a C compiler is still required, for some C glue code and the tests).
|
||||
|
||||
CMake remains the recommended build system, because of cargo's limited support for installing support files. Version 3.5 remains the minimum supported version. The Xcode generator for CMake is not supported any longer (:issue:`9924`)
|
||||
|
||||
|
|
Loading…
Reference in a new issue