mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 03:33:27 -03:00
doc: Document ALLOW_HOST_PACKAGES dependency option
This commit is contained in:
parent
cb1ee1551c
commit
47e2a35fac
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@ The following can be set when running make: `make FOO=bar`
|
||||||
<dd>Don't download/build/cache libs needed to enable the wallet</dd>
|
<dd>Don't download/build/cache libs needed to enable the wallet</dd>
|
||||||
<dt>NO_UPNP</dt>
|
<dt>NO_UPNP</dt>
|
||||||
<dd>Don't download/build/cache packages needed for enabling upnp</dd>
|
<dd>Don't download/build/cache packages needed for enabling upnp</dd>
|
||||||
|
<dt>ALLOW_HOST_PACKAGES</dt>
|
||||||
|
<dd>Packages that are missed in dependencies (due to `NO_*` option or
|
||||||
|
build script logic) are searched for among the host system packages using
|
||||||
|
`pkg-config`. It allows building with packages of other (newer) versions</dd>
|
||||||
<dt>MULTIPROCESS</dt>
|
<dt>MULTIPROCESS</dt>
|
||||||
<dd>build libmultiprocess (experimental, requires cmake)</dd>
|
<dd>build libmultiprocess (experimental, requires cmake)</dd>
|
||||||
<dt>DEBUG</dt>
|
<dt>DEBUG</dt>
|
||||||
|
|
Loading…
Add table
Reference in a new issue