From 3e61b8c800180d350621cedda7ec46a48047ff04 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Fri, 8 Jan 2021 23:55:33 +0200 Subject: doc: Add explicit macdeployqtplus dependencies install step This change is required on macOS 11 Big Sur. --- doc/build-osx.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/build-osx.md') 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). -- cgit v1.2.3