diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 2ea1a54..69fd3bb 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -22,7 +22,7 @@ You'll need to download and install the following to build Citra: - Fedora: `dnf install cmake` * [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). - - 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: