From c26fca88e1d80b7bfb8f6867ef572a17e51dc804 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Wed, 25 Jun 2025 14:34:03 +0200 Subject: INSTALL: Fix default value for the C++ compiler ... and while here, added the missing C compiler dependency. --- INSTALL.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 2d78cb15..894258f7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -46,12 +46,13 @@ using the `bin/bootstrap.py` script. ### Bootstrapping compiling the dependencies from scratch -If using bundled dependencies is acceptable, the only thing required +If using bundled dependencies is acceptable, the only things required are a C++20 compiler with the libraries required by the language standard (note that, e.g., in Debian `libstdc++-10-dev` is not a -dependency of `clang`) and a Python3 interpreter. By default the bootstrap -script uses the clang compiler. If you also want the bootstrap script to -download the dependencies itself, `wget` is required as well. +dependency of `clang`), a C compiler, and a Python3 interpreter. By +default, the bootstrap script uses `c++` as C++ compiler and `cc` as C +compiler. If you also want the bootstrap script to download the +dependencies itself, `wget` is required as well. In this case, the command is simply ```sh -- cgit v1.2.3