From 90cf8d9e009fb27b016d60c003d447c56475dae5 Mon Sep 17 00:00:00 2001 From: ProfessorKaos64 Date: Thu, 22 Sep 2016 14:24:20 -0400 Subject: [PATCH] add dep list clang (optinal) --- Building-For-Linux.md | 3 +++ 1 file changed, 3 insertions(+) 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: