File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Optional dependencies:
44
44
miniupnpc | UPnP Support | Firewall-jumping support
45
45
libdb4.8 | Berkeley DB | Wallet storage (only needed when wallet enabled)
46
46
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)
48
48
libqrencode | QR codes in GUI | Optional for generating QR codes (only needed when GUI enabled)
49
49
univalue | Utility | JSON parsing and encoding (bundled version will be used unless --with-system-univalue passed to configure)
50
50
libzmq3 | ZMQ notification | Optional, allows generating ZMQ notifications (requires ZMQ version >= 4.0.0)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Some dependencies are not needed in all configurations. The following are some f
35
35
#### Options passed to ` ./configure `
36
36
* MiniUPnPc is not needed with ` --with-miniupnpc=no ` .
37
37
* Berkeley DB is not needed with ` --disable-wallet ` .
38
- * protobuf is not needed with ` --disable -bip70 ` .
38
+ * protobuf is only needed with ` --enable -bip70 ` .
39
39
* Qt is not needed with ` --without-gui ` .
40
40
* If the qrencode dependency is absent, QR support won't be added. To force an error when that happens, pass ` --with-qrencode ` .
41
41
* ZeroMQ is needed only with the ` --with-zmq ` option.
You can’t perform that action at this time.
0 commit comments