aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-10-12 11:50:13 -0400
committerfanquake <fanquake@gmail.com>2019-10-24 16:01:42 -0400
commit1cb9a4e28cccd3056e2b8d9cdabc45bf3e4dd2a6 (patch)
tree6c6bd5a1f3b6dec2dd382e0084a1c460998c6d5e /doc/build-unix.md
parent67328bb7ca57fa0df867ec73dbeeb97d61450a4e (diff)
downloadbitcoin-1cb9a4e28cccd3056e2b8d9cdabc45bf3e4dd2a6.tar.xz
docs: remove protobuf from docs
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index a6d6051807..d048bdeff5 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -44,7 +44,6 @@ Optional dependencies:
miniupnpc | UPnP Support | Firewall-jumping support
libdb4.8 | Berkeley DB | Wallet storage (only needed when wallet enabled)
qt | GUI | GUI toolkit (only needed when GUI enabled)
- protobuf | Payments in GUI | Data interchange format used for payment protocol (only needed when BIP70 enabled)
libqrencode | QR codes in GUI | Optional for generating QR codes (only needed when GUI enabled)
univalue | Utility | JSON parsing and encoding (bundled version will be used unless --with-system-univalue passed to configure)
libzmq3 | ZMQ notification | Optional, allows generating ZMQ notifications (requires ZMQ version >= 4.0.0)
@@ -118,10 +117,6 @@ libqrencode (optional) can be installed with:
sudo apt-get install libqrencode-dev
-protobuf (optional) can be installed with:
-
- sudo apt-get install libprotobuf-dev protobuf-compiler
-
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
built by default.
@@ -150,10 +145,6 @@ libqrencode (optional) can be installed with:
sudo dnf install qrencode-devel
-protobuf (optional) can be installed with:
-
- sudo dnf install protobuf-devel
-
Notes
-----
The release is built with GCC and then "strip bitcoind" to strip the debug