We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef8b4f commit 14ce843Copy full SHA for 14ce843
depends/README.md
@@ -98,6 +98,8 @@ The following can be set when running make: `make FOO=bar`
98
- `FALLBACK_DOWNLOAD_PATH`: If a source file can't be fetched, try here before giving up
99
- `C_STANDARD`: Set the C standard version used. Defaults to `c11`.
100
- `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
103
- `NO_QT`: Don't download/build/cache Qt and its dependencies
104
- `NO_QR`: Don't download/build/cache packages needed for enabling qrencode
105
- `NO_ZMQ`: Don't download/build/cache packages needed for enabling ZeroMQ
0 commit comments