diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-19 11:36:34 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-19 11:55:52 +0200 |
commit | 728f9e810ed3b49a73243b6002e1117a86bad437 (patch) | |
tree | 90234fba4223c9f8d9930b282675ba6416532936 | |
parent | 1fe18724449336286513ba90d506b57c63238242 (diff) | |
download | justbuild-728f9e810ed3b49a73243b6002e1117a86bad437.tar.gz |
Install instruction: mention the preferred just-mrv1.1.0-alpha+20230419
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -72,6 +72,7 @@ before to be present as well). this directory and has the expected blob id (computed the same way as `git` does). Only if this is not the case, fetching from the network is attempted. + Additionally, if the environment variable `DEBUG` is set, the second bootstrap phase is carried out sequentially rather than in parallel. @@ -131,3 +132,8 @@ is used. It also a useful launcher for `just`. This tool is Python3 script located at `bin/just-mr.py` and can simply be put into an appropriate location in `PATH`. + +There is also a compiled version of `just-mr`, which is faster, +works in parallel, and has additional features. It can be obtained +by building the target `["", "installed just-mr"]` using the +bootstrapped `just` and the Python3 script `bin/just-mr.py`. |