add dep list clang (optinal)

ProfessorKaos64 2016-09-22 14:24:20 -04:00
parent 1b21763a2c
commit 90cf8d9e00

@ -16,6 +16,9 @@ You'll need to download and install the following to build Citra:
* [CMake](http://www.cmake.org/) 3.1+
* Deb: `apt-get install cmake`
* Arch: `pacman -S cmake`
* [Clang](https://github.com/llvm-mirror/clang) 3.8 (optional build alternative)
* Deb: `apt-get install clang libc++-dev` (in some distros, clang-3.8).
* Arch: `pacman -S clang libc++`
### Cloning Citra in Git: