From c42351931063e4981a6a2c6559a6ad7871331ab7 Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Sun, 13 Nov 2016 22:00:23 +0100 Subject: [PATCH] Updated Building For OS X (markdown) --- Building-For-OS-X.md | 1 + 1 file changed, 1 insertion(+) 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: