From 61bf8399919ca64b4b008e4908d5a3a98462d9b5 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 11 Jun 2024 17:15:54 +0200 Subject: [PATCH] Update README --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a5d58cee0..920535de3 100644 --- a/README.rst +++ b/README.rst @@ -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