mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 09:53:47 +01:00
doc: Add explicit macdeployqtplus dependencies install step
This change is required on macOS 11 Big Sur.
This commit is contained in:
parent
9158d6f341
commit
3e61b8c800
@ -30,6 +30,11 @@ If you want to build the disk image with `make deploy` (.dmg / optional), you ne
|
||||
brew install librsvg
|
||||
```
|
||||
|
||||
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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user