Updated Building For OS X (markdown)

Jannik Vogel 2016-11-13 22:00:57 +01:00
parent c423519310
commit db3b988919

@ -7,7 +7,7 @@ You'll need to download and install the following to build Citra:
* [SDL2](https://www.libsdl.org/download-2.0.php) (`brew install sdl2`, or download [this dmg](https://www.libsdl.org/release/SDL2-2.0.4.dmg))
* [Qt5](http://qt-project.org/downloads) (`brew install qt5`) (**Note:** If you have Qt4 installed, then you will need to remove it before building. `brew unlink qt4`)
* [CMake](http://www.cmake.org/) (`brew install cmake`)
* A recent version of xcode and the xcode command line tools
* A recent version of Xcode and the Xcode command line tools
### Cloning Citra in Git: