mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
doc: Install Rosetta on M1-macOS for qt in depends
This commit is contained in:
parent
c609e10545
commit
cdb41d5573
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue