Update README

This commit is contained in:
Fabian Boehm 2024-06-11 17:15:54 +02:00
parent 84b5701b92
commit 61bf839991

View File

@ -140,11 +140,10 @@ Building from git master currently requires:
- Rust (version 1.70 or later) - Rust (version 1.70 or later)
- CMake (version 3.19 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 - PCRE2 (headers and libraries) - optional, this will be downloaded if missing
- gettext (headers and libraries) - optional, for translation support - gettext (headers and libraries) - optional, for translation support
- an Internet connection, as other dependencies will be downloaded automatically - an Internet connection, as other dependencies will be downloaded automatically
- For tests: a C++11 compiler
Building from source (all platforms) - Makefile generator Building from source (all platforms) - Makefile generator