Updated Building For OS X (markdown)

Jannik Vogel 2016-11-09 01:11:09 +01:00
parent 519af6ee94
commit d0632b725c

@ -20,12 +20,12 @@ cd citra
First of all, you have to tell CMake where your Qt5 is installed (add this line to ~/.profile if you want to make this permanent.):
```
export CMAKE_PREFIX_PATH=/path/to/Qt5/5.X/clang_64/lib/cmake:$CMAKE_PREFIX_PATH
export Qt5_DIR=$(brew --prefix)/opt/qt5
```
In the case that you installed Qt5 with Homebrew, this path is probably something like `/usr/local/Cellar/qt5/<specific version here>/lib/cmake`.
Now you can generate project files for the build:
```
export MACOSX_DEPLOYMENT_TARGET=10.9
mkdir build
cd build
cmake .. -GXcode