James Rowe 2016-11-10 00:46:11 -07:00
parent d0632b725c
commit 3a71298c53

@ -5,7 +5,7 @@ You'll need to download and install the following to build Citra:
* [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/) (`brew install pkgconfig`)
* [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`)
* [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`)
### Cloning Citra in Git: