Skip to content

Commit 4914347

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#23469: doc: Remove Boost build note from build-unix.md
ea360d6 doc: remove redundant optionals from build-unix.md (fanquake) b971858 doc: remove Boost build note from build-unix.md (fanquake) Pull request description: We don't have build instructions for any other dependency, and in any case, this isn't something we should maintain in our docs. If someone wants to know how to build Boost, or any other dependency, they can look at the relevant website / external build documentation. ACKs for top commit: jarolrod: ACK ea360d6 Tree-SHA512: c7389b5f051f79c728d8ea0725143affeb2c35b1e3c20d5cd441c6ac540d230698c47bf2c57feb12e7b6bffd2f337c1c83a9cd3a928ce5c479cdbbdf8f61fba4
2 parents c702d1f + ea360d6 commit 4914347

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

doc/build-unix.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ Optional dependencies:
4242
------------|------------------|----------------------
4343
miniupnpc | UPnP Support | Firewall-jumping support
4444
libnatpmp | NAT-PMP Support | Firewall-jumping support
45-
libdb4.8 | Berkeley DB | Optional, wallet storage (only needed when legacy wallet enabled)
45+
libdb4.8 | Berkeley DB | Wallet storage (only needed when legacy wallet enabled)
4646
qt | GUI | GUI toolkit (only needed when GUI enabled)
47-
libqrencode | QR codes in GUI | Optional for generating QR codes (only needed when GUI enabled)
48-
libzmq3 | ZMQ notification | Optional, allows generating ZMQ notifications (requires ZMQ version >= 4.0.0)
49-
sqlite3 | SQLite DB | Optional, wallet storage (only needed when descriptor wallet enabled)
50-
systemtap | Tracing (USDT) | Optional, statically defined tracepoints
47+
libqrencode | QR codes in GUI | QR code generation (only needed when GUI enabled)
48+
libzmq3 | ZMQ notification | ZMQ notifications (requires ZMQ version >= 4.0.0)
49+
sqlite3 | SQLite DB | Wallet storage (only needed when descriptor wallet enabled)
50+
systemtap | Tracing (USDT) | Statically defined tracepoints
5151

5252
For the versions used, see [dependencies.md](dependencies.md)
5353

@@ -234,15 +234,6 @@ Otherwise, you can build Bitcoin Core from self-compiled [depends](/depends/READ
234234

235235
**Note**: You only need Berkeley DB if the wallet is enabled (see [*Disable-wallet mode*](#disable-wallet-mode)).
236236

237-
Boost
238-
-----
239-
If you need to build Boost yourself:
240-
241-
sudo su
242-
./bootstrap.sh
243-
./bjam install
244-
245-
246237
Security
247238
--------
248239
To help make your Bitcoin Core installation more secure by making certain attacks impossible to

0 commit comments

Comments
 (0)