summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md6
1 files 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