aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-10-19 14:17:58 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-11-18 11:56:12 -0500
commit99309ab3e96a290359b84f9b657c5115aa3470dd (patch)
treeb846ed9614e7bd309e4e2095730f51b6e6d57eab /doc/build-unix.md
parentee47f11f7399ec3a4330ea1f2fc388c7e32959d6 (diff)
downloadbitcoin-99309ab3e96a290359b84f9b657c5115aa3470dd.tar.xz
Allow disabling BDB in configure with --without-bdb
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index ab83ceff3d..cfe3328b45 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -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)