diff --git a/Building-for-Linux.md b/Building-for-Linux.md index e59c0a4..b8450c1 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -12,16 +12,16 @@ You'll need to download and install the following to build Citra: - Deb: `apt-get install qtbase5-dev libqt5opengl5-dev` - Arch: `pacman -S qt5` - Fedora: `dnf install qt5-qtbase qt5-qtbase-devel` -* GCC v5+ (for C++14 support) - - Deb: `apt-get install build-essential` - - Arch: `pacman -S base-devel` - - Fedora: `dnf install gcc-c++` -* [CMake](http://www.cmake.org/) 3.6+ +* GCC v7+ (for C++17 support). _This guide was written for GCC v5+ before we bumping the version, so please refill them below after testing._ + - ~~Deb: `apt-get install build-essential`~~ + - ~~Arch: `pacman -S base-devel`~~ + - ~~Fedora: `dnf install gcc-c++`~~ +* [CMake](http://www.cmake.org/) 3.8+ - Deb: `apt-get install cmake` - Arch: `pacman -S cmake` - 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). +* [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. * Curl - Deb: `apt-get install libcurl4-openssl-dev`