summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-02-07 18:16:19 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-02-09 10:49:02 +0100
commit8564721ed7136763fd1c2319dbae9134cfa8e30e (patch)
treea67e90c1df375c39efa60f50dee2dbfd11644e18 /INSTALL.md
parent4b9d6bf989a9ae50fa8328bc87464d4cca78dd41 (diff)
downloadjustbuild-8564721ed7136763fd1c2319dbae9134cfa8e30e.tar.gz
INSTALL.md: document the new NON_LOCAL_DEPS variable
... in PACKAGE=YES builds.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2e6f74b6..265f0eee 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -117,6 +117,11 @@ almost certainly want to set the scratch directory.
env PACKAGE=YES LOCALBASE=/usr python3 ${WRKSRC}/bin/bootstrap.py ${WRKSRC} ${WRKDIR}/just-work
```
+If some dependencies should nevertheless be built from source (typically
+taking the necessary archives from a specified distdir) those can be
+specified in the `NON_LOCAL_DEPS` variable which, if set, has to contain
+a JSON list.
+
# Installing `just-mr`
In order to set up multi-repository configurations, usually the tools `just-mr`