diff --git a/Building-For-OS-X.md b/Building-For-OS-X.md index be4225b..9e516d2 100644 --- a/Building-For-OS-X.md +++ b/Building-For-OS-X.md @@ -7,6 +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 ### Cloning Citra in Git: