aboutsummaryrefslogtreecommitdiff
path: root/doc/dependencies.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-09-14 10:50:04 +0800
committerfanquake <fanquake@gmail.com>2019-09-14 10:50:04 +0800
commitff6122f32b21fa00e9308e098b33b9657debc1d7 (patch)
treef6a17e34e7e7339a052b047968ec3e780d5b5a1e /doc/dependencies.md
parentfb4f5beb6ede4aadeaff779cd67a0f6665419488 (diff)
downloadbitcoin-ff6122f32b21fa00e9308e098b33b9657debc1d7.tar.xz
doc: clarify protobuf build requirements
Diffstat (limited to 'doc/dependencies.md')
-rw-r--r--doc/dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dependencies.md b/doc/dependencies.md
index 0b23ca0a2d..e5b4084d99 100644
--- a/doc/dependencies.md
+++ b/doc/dependencies.md
@@ -35,7 +35,7 @@ Some dependencies are not needed in all configurations. The following are some f
#### Options passed to `./configure`
* MiniUPnPc is not needed with `--with-miniupnpc=no`.
* Berkeley DB is not needed with `--disable-wallet`.
-* protobuf is not needed with `--disable-bip70`.
+* protobuf is only needed with `--enable-bip70`.
* Qt is not needed with `--without-gui`.
* If the qrencode dependency is absent, QR support won't be added. To force an error when that happens, pass `--with-qrencode`.
* ZeroMQ is needed only with the `--with-zmq` option.