diff options
author | fanquake <fanquake@gmail.com> | 2021-11-19 09:52:48 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-03-16 10:18:47 +0000 |
commit | 893e18059f1f92a254aa2026312a769c0e711db6 (patch) | |
tree | 0133f9e1be63d896d34da5bebd39f55a2ff6c3c6 /doc/build-unix.md | |
parent | 310ba924949b0052105a7937ac69d65a3864692b (diff) |
doc: rework dependencies.md
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 25 |
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 -------------------- |