File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ 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 BIP70 enabled)
48
47
libqrencode | QR codes in GUI | Optional for generating QR codes (only needed when GUI enabled)
49
48
univalue | Utility | JSON parsing and encoding (bundled version will be used unless --with-system-univalue passed to configure)
50
49
libzmq3 | ZMQ notification | Optional, allows generating ZMQ notifications (requires ZMQ version >= 4.0.0)
@@ -118,10 +117,6 @@ libqrencode (optional) can be installed with:
118
117
119
118
sudo apt-get install libqrencode-dev
120
119
121
- protobuf (optional) can be installed with:
122
-
123
- sudo apt-get install libprotobuf-dev protobuf-compiler
124
-
125
120
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
126
121
built by default.
127
122
@@ -150,10 +145,6 @@ libqrencode (optional) can be installed with:
150
145
151
146
sudo dnf install qrencode-devel
152
147
153
- protobuf (optional) can be installed with:
154
-
155
- sudo dnf install protobuf-devel
156
-
157
148
Notes
158
149
-----
159
150
The release is built with GCC and then "strip bitcoind" to strip the debug
Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ First, install the general dependencies:
62
62
sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git
63
63
64
64
A host toolchain (` build-essential ` ) is necessary because some dependency
65
- packages (such as ` protobuf ` ) need to build host utilities that are used in the
66
- build process.
65
+ packages need to build host utilities that are used in the build process.
67
66
68
67
See [ dependencies.md] ( dependencies.md ) for a complete overview.
69
68
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
19
19
| MiniUPnPc | [ 2.0.20180203] ( http://miniupnp.free.fr/files ) | | No | | |
20
20
| OpenSSL | [ 1.0.1k] ( https://www.openssl.org/source ) | | Yes | | |
21
21
| PCRE | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) |
22
- | protobuf | [ 2.6.1] ( https://github.com/google/protobuf/releases ) | | No | | |
23
22
| Python (tests) | | [ 3.5] ( https://www.python.org/downloads ) | | | |
24
23
| qrencode | [ 3.4.4] ( https://fukuchi.org/works/qrencode ) | | No | | |
25
24
| Qt | [ 5.9.7] ( https://download.qt.io/official_releases/qt/ ) | [ 5.5.1] ( https://github.com/bitcoin/bitcoin/issues/13478 ) | No | | |
@@ -35,7 +34,6 @@ Some dependencies are not needed in all configurations. The following are some f
35
34
#### Options passed to ` ./configure `
36
35
* MiniUPnPc is not needed with ` --with-miniupnpc=no ` .
37
36
* Berkeley DB is not needed with ` --disable-wallet ` .
38
- * protobuf is only needed with ` --enable-bip70 ` .
39
37
* Qt is not needed with ` --without-gui ` .
40
38
* If the qrencode dependency is absent, QR support won't be added. To force an error when that happens, pass ` --with-qrencode ` .
41
39
* ZeroMQ is needed only with the ` --with-zmq ` option.
You can’t perform that action at this time.
0 commit comments