From 0eadefbbb58c7feaf6a69c7307dc93d2daabe3ce Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 26 Oct 2022 18:05:49 +0200 Subject: readme: Add note about potentially missing library --- INSTALL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index de48b597..1ab4fa01 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -41,8 +41,10 @@ using the `bin/bootstrap.py` script. If using bundled dependencies is acceptable, the only thing required are a C++20 compiler with the libraries required by the language -standard and a Python3 interpreter. If you also want the bootstrap -script to download the dependencies itself, `wget` is required as well. +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. In this case, the command is simply ```sh -- cgit v1.2.3