diff options
author | fanquake <fanquake@gmail.com> | 2023-01-17 10:19:17 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-01-18 16:59:01 +0000 |
commit | 14ce84388f02564c9e6d3cbd8e50aa85dbc1428b (patch) | |
tree | 391811d6e02fff247475384dcd4fffe3f991110f /depends | |
parent | aef8b4f43b0c4300aa6cf2c5cf5c19f55e73499c (diff) |
doc: add new NO_* options from #26833
Diffstat (limited to 'depends')
-rw-r--r-- | depends/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md index a8831eb0fc..11abbbd90d 100644 --- a/depends/README.md +++ b/depends/README.md @@ -98,6 +98,8 @@ The following can be set when running make: `make FOO=bar` - `FALLBACK_DOWNLOAD_PATH`: If a source file can't be fetched, try here before giving up - `C_STANDARD`: Set the C standard version used. Defaults to `c11`. - `CXX_STANDARD`: Set the C++ standard version used. Defaults to `c++17`. +- `NO_BOOST`: Don't download/build/cache Boost +- `NO_LIBEVENT`: Don't download/build/cache Libevent - `NO_QT`: Don't download/build/cache Qt and its dependencies - `NO_QR`: Don't download/build/cache packages needed for enabling qrencode - `NO_ZMQ`: Don't download/build/cache packages needed for enabling ZeroMQ |