Skip to content

Commit cdb41d5

Browse files
authored
doc: Install Rosetta on M1-macOS for qt in depends
1 parent c609e10 commit cdb41d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

depends/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ For linux S390X cross compilation:
8787

8888
sudo apt-get install g++-s390x-linux-gnu binutils-s390x-linux-gnu
8989

90+
### Install the required dependencies: M1-based macOS
91+
92+
To be able to build the `qt` package, ensure that Rosetta 2 is installed:
93+
94+
```
95+
softwareupdate --install-rosetta
96+
```
97+
9098
### Dependency Options
9199

92100
The following can be set when running make: `make FOO=bar`

0 commit comments

Comments
 (0)