Updated Building for Linux (markdown)
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user