mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-04 00:41:36 +02: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
|
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.
|
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).
|
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user