diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-02-07 18:16:19 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-02-09 10:49:02 +0100 |
commit | 8564721ed7136763fd1c2319dbae9134cfa8e30e (patch) | |
tree | a67e90c1df375c39efa60f50dee2dbfd11644e18 /INSTALL.md | |
parent | 4b9d6bf989a9ae50fa8328bc87464d4cca78dd41 (diff) | |
download | justbuild-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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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` |