summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-01-11 16:09:28 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-01-12 12:10:45 +0100
commit9582e7dae5137161707130dad56e09655b97951f (patch)
tree3c7d6df8313d783aa2dcde4f6b8eed68b8630582 /INSTALL.md
parent1b375ec66cfc02aa1abaf9151411aa13de6b0700 (diff)
downloadjustbuild-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.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 4c137659..d68a32e5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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.