aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-05-24 16:39:45 -0400
committerfanquake <fanquake@gmail.com>2019-05-25 12:06:23 -0400
commitc995c870aa4cc9b9ddf0a84ce15c544757a43a18 (patch)
tree87e75889626dc13e9aba3ac55c6f502af03e31aa /depends/README.md
parent65c4bbe629bbb6eb4347d35a12b0b1c90eeabce9 (diff)
downloadbitcoin-c995c870aa4cc9b9ddf0a84ce15c544757a43a18.tar.xz
depends: add ability to skip building zeromq
Diffstat (limited to 'depends/README.md')
-rw-r--r--depends/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md
index 52ca618d9d..6dbe365545 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -68,6 +68,7 @@ The following can be set when running make: make FOO=bar
SDK_PATH: Path where sdk's can be found (used by macOS)
FALLBACK_DOWNLOAD_PATH: If a source file can't be fetched, try here before giving up
NO_QT: Don't download/build/cache qt and its dependencies
+ NO_ZMQ: Don't download/build/cache packages needed for enabling zeromq
NO_WALLET: Don't download/build/cache libs needed to enable the wallet
NO_UPNP: Don't download/build/cache packages needed for enabling upnp
DEBUG: disable some optimizations and enable more runtime checking