From 9b9663ea44f231529fe7fd30f010a595b05be1a4 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sun, 15 Dec 2024 17:15:35 +0100 Subject: [PATCH] CHANGELOG: We need a C compiler even for the main binary Not just libc.c, but also the rsconf tests. --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1cecb0dde..e717ee8d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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`)