Updated Building for Linux (markdown)

Hasan 2017-08-01 14:31:30 -04:00
parent 56193dabc0
commit 9f9f586ead

@ -22,7 +22,7 @@ You'll need to download and install the following to build Citra:
- Fedora: `dnf install cmake` - Fedora: `dnf install cmake`
* [Clang](https://github.com/llvm-mirror/clang) 3.8 (optional build alternative) * [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). - Deb: `apt-get install clang libc++-dev` (in some distros, clang-3.8).
- Arch: `pacman -S clang libc++` - Arch: `pacman -S clang`, `libc++` is in the AUR. Use pacaur or yaourt to install it.
### Cloning Citra in Git: ### Cloning Citra in Git: