aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-11-19 09:52:48 +0800
committerfanquake <fanquake@gmail.com>2022-03-16 10:18:47 +0000
commit893e18059f1f92a254aa2026312a769c0e711db6 (patch)
tree0133f9e1be63d896d34da5bebd39f55a2ff6c3c6 /doc/build-unix.md
parent310ba924949b0052105a7937ac69d65a3864692b (diff)
downloadbitcoin-893e18059f1f92a254aa2026312a769c0e711db6.tar.xz
doc: rework dependencies.md
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md25
1 files changed, 1 insertions, 24 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 15fe63d047..e56c78b0b7 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -26,30 +26,7 @@ make install # optional
This will build bitcoin-qt as well, if the dependencies are met.
-Dependencies
----------------------
-
-These dependencies are required:
-
- Library | Purpose | Description
- ------------|------------------|----------------------
- libboost | Utility | Library for threading, data structures, etc
- libevent | Networking | OS independent asynchronous networking
-
-Optional dependencies:
-
- Library | Purpose | Description
- ------------|------------------|----------------------
- miniupnpc | UPnP Support | Firewall-jumping support
- libnatpmp | NAT-PMP Support | Firewall-jumping support
- libdb4.8 | Berkeley DB | Wallet storage (only needed when legacy wallet enabled)
- qt | GUI | GUI toolkit (only needed when GUI enabled)
- libqrencode | QR codes in GUI | QR code generation (only needed when GUI enabled)
- libzmq3 | ZMQ notification | ZMQ notifications (requires ZMQ version >= 4.0.0)
- sqlite3 | SQLite DB | Wallet storage (only needed when descriptor wallet enabled)
- systemtap | Tracing (USDT) | Statically defined tracepoints
-
-For the versions used, see [dependencies.md](dependencies.md)
+See [dependencies.md](dependencies.md) for a complete overview.
Memory Requirements
--------------------