diff options
author | James O'Beirne <james.obeirne@gmail.com> | 2017-11-15 23:36:08 -0800 |
---|---|---|
committer | James O'Beirne <james.obeirne@gmail.com> | 2017-11-16 11:49:34 -0800 |
commit | 6e4cdd67b1f2b3927a525ebba843c27ef3c63e1c (patch) | |
tree | 63b0c5c4b76eb0d3a426f214e8092dacdc125f91 /doc/build-osx.md | |
parent | af9103eb75182f51a987e7c35fa3eae61c58d010 (diff) |
[docs] Add reference to install_db4.sh in OS X build instructions
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r-- | doc/build-osx.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 836c856a64..6f08562ff8 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -26,6 +26,20 @@ If you want to build the disk image with `make deploy` (.dmg / optional), you ne NOTE: Building with Qt4 is still supported, however, could result in a broken UI. Building with Qt5 is recommended. +Berkeley DB +----------- +It is recommended to use Berkeley DB 4.8. If you have to build it yourself, +you can use [the installation script included in contrib/](contrib/install_db4.sh) +like so + +```shell +./contrib/install_db4.sh . +``` + +from the root of the repository. + +**Note**: You only need Berkeley DB if the wallet is enabled (see the section *Disable-Wallet mode* below). + Build Bitcoin Core ------------------------ |