diff --git a/Building-For-Linux.md b/Building-For-Linux.md index e3062f8..d4efb2a 100644 --- a/Building-For-Linux.md +++ b/Building-For-Linux.md @@ -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: