Updated Building for Linux (markdown)
parent
3d55e15773
commit
b782d2af11
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ You'll need to download and install the following to build Citra:
|
||||||
- Deb: `apt-get install cmake`
|
- Deb: `apt-get install cmake`
|
||||||
- Arch: `pacman -S cmake`
|
- Arch: `pacman -S cmake`
|
||||||
- Fedora: `dnf install cmake`
|
- Fedora: `dnf install cmake`
|
||||||
* [Clang](https://github.com/llvm-mirror/clang) 5.0 (optional build alternative)
|
* [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).
|
- ~~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.
|
- ~~Arch: `pacman -S clang`, `libc++` is in the AUR. Use pacaur or yaourt to install it.~~
|
||||||
* Curl
|
* Curl
|
||||||
- Deb: `apt-get install libcurl4-openssl-dev`
|
- Deb: `apt-get install libcurl4-openssl-dev`
|
||||||
- Arch `pacman -S libcurl-compat`
|
- Arch `pacman -S libcurl-compat`
|
||||||
|
|
Loading…
Add table
Reference in a new issue