mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 11:30:05 +00:00
Updated Building for Linux (markdown)
parent
3d55e15773
commit
b782d2af11
@ -20,9 +20,9 @@ You'll need to download and install the following to build Citra:
|
||||
- Deb: `apt-get install cmake`
|
||||
- Arch: `pacman -S cmake`
|
||||
- Fedora: `dnf install cmake`
|
||||
* [Clang](https://github.com/llvm-mirror/clang) 5.0 (optional build alternative)
|
||||
- Deb: `apt-get install clang libc++-dev` (in some distros, clang-5.0).
|
||||
- Arch: `pacman -S clang`, `libc++` is in the AUR. Use pacaur or yaourt to install it.
|
||||
* [Clang](https://github.com/llvm-mirror/clang) 5.0 (optional build alternative) _This guide was written before we bumping the version to C++17, so please refill them below after testing._
|
||||
- ~~Deb: `apt-get install clang libc++-dev` (in some distros, clang-5.0).~~
|
||||
- ~~Arch: `pacman -S clang`, `libc++` is in the AUR. Use pacaur or yaourt to install it.~~
|
||||
* Curl
|
||||
- Deb: `apt-get install libcurl4-openssl-dev`
|
||||
- Arch `pacman -S libcurl-compat`
|
||||
|
Loading…
Reference in New Issue
Block a user