Skip to content

Commit ff6122f

Browse files
committed
doc: clarify protobuf build requirements
1 parent fb4f5be commit ff6122f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Optional dependencies:
4444
miniupnpc | UPnP Support | Firewall-jumping support
4545
libdb4.8 | Berkeley DB | Wallet storage (only needed when wallet enabled)
4646
qt | GUI | GUI toolkit (only needed when GUI enabled)
47-
protobuf | Payments in GUI | Data interchange format used for payment protocol (only needed when GUI enabled)
47+
protobuf | Payments in GUI | Data interchange format used for payment protocol (only needed when BIP70 enabled)
4848
libqrencode | QR codes in GUI | Optional for generating QR codes (only needed when GUI enabled)
4949
univalue | Utility | JSON parsing and encoding (bundled version will be used unless --with-system-univalue passed to configure)
5050
libzmq3 | ZMQ notification | Optional, allows generating ZMQ notifications (requires ZMQ version >= 4.0.0)

doc/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Some dependencies are not needed in all configurations. The following are some f
3535
#### Options passed to `./configure`
3636
* MiniUPnPc is not needed with `--with-miniupnpc=no`.
3737
* Berkeley DB is not needed with `--disable-wallet`.
38-
* protobuf is not needed with `--disable-bip70`.
38+
* protobuf is only needed with `--enable-bip70`.
3939
* Qt is not needed with `--without-gui`.
4040
* If the qrencode dependency is absent, QR support won't be added. To force an error when that happens, pass `--with-qrencode`.
4141
* ZeroMQ is needed only with the `--with-zmq` option.

0 commit comments

Comments
 (0)