mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 49143477e7 into merged_master (Bitcoin PR bitcoin/bitcoin#23469)
This commit is contained in:
commit
d55d6a83e8
1 changed files with 5 additions and 14 deletions
|
|
@ -42,12 +42,12 @@ Optional dependencies:
|
|||
------------|------------------|----------------------
|
||||
miniupnpc | UPnP Support | Firewall-jumping support
|
||||
libnatpmp | NAT-PMP Support | Firewall-jumping support
|
||||
libdb4.8 | Berkeley DB | Optional, wallet storage (only needed when legacy wallet enabled)
|
||||
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 | Optional for generating QR codes (only needed when GUI enabled)
|
||||
libzmq3 | ZMQ notification | Optional, allows generating ZMQ notifications (requires ZMQ version >= 4.0.0)
|
||||
sqlite3 | SQLite DB | Optional, wallet storage (only needed when descriptor wallet enabled)
|
||||
systemtap | Tracing (USDT) | Optional, statically defined tracepoints
|
||||
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)
|
||||
|
||||
|
|
@ -236,15 +236,6 @@ Otherwise, you can build Bitcoin Core from self-compiled [depends](/depends/READ
|
|||
|
||||
**Note**: You only need Berkeley DB if the wallet is enabled (see [*Disable-wallet mode*](#disable-wallet-mode)).
|
||||
|
||||
Boost
|
||||
-----
|
||||
If you need to build Boost yourself:
|
||||
|
||||
sudo su
|
||||
./bootstrap.sh
|
||||
./bjam install
|
||||
|
||||
|
||||
Security
|
||||
--------
|
||||
To help make your Bitcoin Core installation more secure by making certain attacks impossible to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue