From 594f1df39c318286f25372de4b8441dbebe49947 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 7 Oct 2025 21:35:42 +0200 Subject: [PATCH] Move the C compiler requrement in readme Fixes #11908 --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a0a33b7b8..8fb47fc32 100644 --- a/README.rst +++ b/README.rst @@ -120,7 +120,6 @@ Compiling fish requires: - Rust (version 1.70 or later) - CMake (version 3.15 or later) -- a C compiler (for system feature detection and the test helper binary) - PCRE2 (headers and libraries) - optional, this will be downloaded if missing - gettext (only the msgfmt tool) - optional, for translation support - an Internet connection, as other dependencies will be downloaded automatically @@ -128,7 +127,7 @@ Compiling fish requires: Sphinx is also optionally required to build the documentation from a cloned git repository. -Additionally, running the full test suite requires Python 3.5+, tmux, and the pexpect package. +Additionally, running the full test suite requires a C compiler (``cc``), Python 3.5+, tmux, and the pexpect package. Building from source with CMake ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~