Revert "doc: Install Rosetta on M1-macOS for qt in depends"

This reverts commit cdb41d5573.

It is no longer required because of the previous commit.
This commit is contained in:
Hennadii Stepanov 2021-11-24 17:43:19 +02:00
parent f6e2781675
commit d0204199d6
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -87,14 +87,6 @@ For linux S390X cross compilation:
sudo apt-get install g++-s390x-linux-gnu binutils-s390x-linux-gnu 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 ### Dependency Options
The following can be set when running make: `make FOO=bar` The following can be set when running make: `make FOO=bar`