diff --git a/Building-for-Linux.md b/Building-for-Linux.md index b8450c1..0cd0ad0 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -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`