diff options
author | fanquake <fanquake@gmail.com> | 2023-11-15 13:34:19 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-11-15 13:34:50 +0000 |
commit | 30bd4b1e4aee00edbe77da7c20bf80e28f0561cc (patch) | |
tree | 7a41d9b37d7df854ea0729f4278e3691fd5b5ab2 /doc | |
parent | a73715e5a48c9651720f45a43e4ac5be204201c4 (diff) |
doc: remove mention of missing bdb being a configure error
This is no-longer the case, unless you're passing additional flags,
which is not the case in this example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-osx.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 76fc357956..5c3dc1ac7f 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -175,7 +175,6 @@ There are many ways to configure Bitcoin Core, here are a few common examples: ##### Wallet (BDB + SQlite) Support, No GUI: If `berkeley-db@4` is installed, then legacy wallet support will be built. -If `berkeley-db@4` is not installed, then this will throw an error. If `sqlite` is installed, then descriptor wallet support will also be built. Additionally, this explicitly disables the GUI. |