aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-07-05 13:42:14 +0300
committerGitHub <noreply@github.com>2021-07-05 13:42:14 +0300
commitcdb41d5573b1e2ed1bc1d8d1dc9f77e82672ee1f (patch)
tree804272d553dedd02cdd6ac367a17b8356b8c19ea /depends
parentc609e10545492aba480ff17aff7eefc13a0b5cd8 (diff)
downloadbitcoin-cdb41d5573b1e2ed1bc1d8d1dc9f77e82672ee1f.tar.xz
doc: Install Rosetta on M1-macOS for qt in depends
Diffstat (limited to 'depends')
-rw-r--r--depends/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md
index 50e1a32c70..4f3b6df487 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -87,6 +87,14 @@ For linux S390X cross compilation:
sudo apt-get install g++-s390x-linux-gnu binutils-s390x-linux-gnu
+### Install the required dependencies: M1-based macOS
+
+To be able to build the `qt` package, ensure that Rosetta 2 is installed:
+
+```
+softwareupdate --install-rosetta
+```
+
### Dependency Options
The following can be set when running make: `make FOO=bar`