mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 19:22:36 +02:00
Allow disabling BDB in configure with --without-bdb
This commit is contained in:
@ -41,7 +41,7 @@ Optional dependencies:
|
||||
Library | Purpose | Description
|
||||
------------|------------------|----------------------
|
||||
miniupnpc | UPnP Support | Firewall-jumping support
|
||||
libdb4.8 | Berkeley DB | Wallet storage (only needed when wallet enabled)
|
||||
libdb4.8 | Berkeley DB | Optional, wallet storage (only needed when 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)
|
||||
univalue | Utility | JSON parsing and encoding (bundled version will be used unless --with-system-univalue passed to configure)
|
||||
|
Reference in New Issue
Block a user