mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 05:40:09 +00:00
add dep list clang (optinal)
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+
|
* [CMake](http://www.cmake.org/) 3.1+
|
||||||
* Deb: `apt-get install cmake`
|
* Deb: `apt-get install cmake`
|
||||||
* Arch: `pacman -S 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:
|
### Cloning Citra in Git:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user