Skip to content

Commit 14ce843

Browse files
committed
doc: add new NO_* options from #26833
1 parent aef8b4f commit 14ce843

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

depends/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ The following can be set when running make: `make FOO=bar`
9898
- `FALLBACK_DOWNLOAD_PATH`: If a source file can't be fetched, try here before giving up
9999
- `C_STANDARD`: Set the C standard version used. Defaults to `c11`.
100100
- `CXX_STANDARD`: Set the C++ standard version used. Defaults to `c++17`.
101+
- `NO_BOOST`: Don't download/build/cache Boost
102+
- `NO_LIBEVENT`: Don't download/build/cache Libevent
101103
- `NO_QT`: Don't download/build/cache Qt and its dependencies
102104
- `NO_QR`: Don't download/build/cache packages needed for enabling qrencode
103105
- `NO_ZMQ`: Don't download/build/cache packages needed for enabling ZeroMQ

0 commit comments

Comments
 (0)