[docs] Add reference to install_db4.sh in OS X build instructions
This commit is contained in:
parent
af9103eb75
commit
6e4cdd67b1
1 changed files with 14 additions and 0 deletions
|
@ -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.
|
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
|
Build Bitcoin Core
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue