aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-01-08 23:55:33 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-01-09 09:37:12 +0200
commit3e61b8c800180d350621cedda7ec46a48047ff04 (patch)
tree038042c75be383b2604ff30bed8f37655e76d98a /doc/build-osx.md
parent9158d6f34153dc937e109d0e7486e956a26f20aa (diff)
downloadbitcoin-3e61b8c800180d350621cedda7ec46a48047ff04.tar.xz
doc: Add explicit macdeployqtplus dependencies install step
This change is required on macOS 11 Big Sur.
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index b46bf61c4b..04ee43f81d 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -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).