Merge 708ef4424a into merged_master (Bitcoin PR #20890)

This commit is contained in:
Andrew Poelstra 2021-06-17 03:49:38 +00:00
commit 7a13f34c66

View file

@ -29,6 +29,11 @@ If you want to build the disk image with `make deploy` (.dmg / optional), you ne
brew install librsvg libicns imagemagick
and [`macdeployqtplus`](../contrib/macdeploy/README.md) dependencies:
```shell
pip3 install ds_store mac_alias
```
The wallet support requires one or both of the dependencies ([*SQLite*](#sqlite) and [*Berkeley DB*](#berkeley-db)) in the sections below.
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode).