mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-14 23:10:05 +00:00
Updated Building for macOS (markdown)
parent
d34ae475b3
commit
1079558602
@ -49,4 +49,7 @@ For portability of the appbundle between machines please refer to [this script](
|
||||
To build Citra targetting MacOS on ARM, the process is largely the same.
|
||||
A few things to note are:
|
||||
* Make sure the Homebrew version you have installed is the ARM version
|
||||
* When running the cmake command, you'll want to use this command instead ```cmake .. -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_BUILD_TYPE=Release```
|
||||
* When running the cmake command, you'll want to use this command instead:
|
||||
```
|
||||
cmake .. -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_BUILD_TYPE=Release
|
||||
```
|
Loading…
Reference in New Issue
Block a user