Skip to content

Commit 3e61b8c

Browse files
committed
doc: Add explicit macdeployqtplus dependencies install step
This change is required on macOS 11 Big Sur.
1 parent 9158d6f commit 3e61b8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/build-osx.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ If you want to build the disk image with `make deploy` (.dmg / optional), you ne
3030
brew install librsvg
3131
```
3232

33+
and [`macdeployqtplus`](../contrib/macdeploy/README.md) dependencies:
34+
```shell
35+
pip3 install ds_store mac_alias
36+
```
37+
3338
The wallet support requires one or both of the dependencies ([*SQLite*](#sqlite) and [*Berkeley DB*](#berkeley-db)) in the sections below.
3439
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode).
3540

0 commit comments

Comments
 (0)