diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-15 10:23:32 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-15 11:22:34 +0200 |
commit | dbb20365198bd171aec9035c9108b310c5f0d82d (patch) | |
tree | 89611518165592d5391a297b9ebf54bbcaac0c14 /INSTALL.md | |
parent | 35ac3f6b68a462f0a0513801e64797653cdb1251 (diff) | |
download | justbuild-dbb20365198bd171aec9035c9108b310c5f0d82d.tar.gz |
Install instructions: describe package building of just-mr
... using the repository and build configuration written out by the bootstrap
process.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -135,5 +135,12 @@ 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`. +by building the target `["", "installed just-mr"]`. That target +can be built using the bootstrapped `just` and the Python3 script +`bin/just-mr.py`. Alternatively, the bootstrapping process leaves +in its work directory a file `repo-conf.json` with the repository +configuration and a file `build-conf.json` with the build configuration +used. Those can be used to build `just-mr` using the bootstrapped +`just`. This approach is preferable for package building, as the +same dependencies (typically the ones provided by the system) are +used as for building `just. |