diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-11 16:09:28 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-12 12:10:45 +0100 |
commit | 9582e7dae5137161707130dad56e09655b97951f (patch) | |
tree | 3c7d6df8313d783aa2dcde4f6b8eed68b8630582 /INSTALL.md | |
parent | 1b375ec66cfc02aa1abaf9151411aa13de6b0700 (diff) | |
download | justbuild-9582e7dae5137161707130dad56e09655b97951f.tar.gz |
Installation: be explicit about building with older just
... by specifying that we always ensure the latest stable
release of just can build just at head. If the only version
available is older than the last stable release, it might
be necessary to go through the bootstrap path.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,9 +2,12 @@ ## Building `just` using an older version of `just-mr` and `just` +If an older installation of `just` is already available, `just` +can simply be built by ```sh just-mr build ``` +This is always guaranteed to work with the latest stable release of `just`. This will build `just` for Linux on the x86_64 architecture with a dynamic link dependency on glibc. |