diff --git a/doc/build-osx.md b/doc/build-osx.md index 4c343aab7d..c9fff0b305 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -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).