diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-10-26 18:05:49 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-10-26 18:09:06 +0200 |
commit | 0eadefbbb58c7feaf6a69c7307dc93d2daabe3ce (patch) | |
tree | a330c6778e438d6db562930e4284ac8e878c3501 /INSTALL.md | |
parent | 3e561b7cbd4731164f61c951b9b714eb6aa0bf04 (diff) | |
download | justbuild-0eadefbbb58c7feaf6a69c7307dc93d2daabe3ce.tar.gz |
readme: Add note about potentially missing library
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |