Updated Building for Linux (markdown)

Weiyi Wang 2018-03-02 18:06:53 +02:00
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`