summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-10-26 18:05:49 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-10-26 18:09:06 +0200
commit0eadefbbb58c7feaf6a69c7307dc93d2daabe3ce (patch)
treea330c6778e438d6db562930e4284ac8e878c3501
parent3e561b7cbd4731164f61c951b9b714eb6aa0bf04 (diff)
downloadjustbuild-0eadefbbb58c7feaf6a69c7307dc93d2daabe3ce.tar.gz
readme: Add note about potentially missing library
-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