From 71438c4e47cca27244cf4347acd0ca08b8415180 Mon Sep 17 00:00:00 2001 From: Weiyi Wang Date: Thu, 15 Feb 2018 14:44:36 +0200 Subject: [PATCH] Revert df7c74d8edce5bb3a4b32c40109b55c03cdcad27...f70f985e3f64bd1e82a6628f1b1ccd8fab63361b on Building for Linux --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 3696595..b8450c1 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -12,7 +12,7 @@ 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 v7+ _This guide was written for GCC v5+ before we bumping the version, so please refill them below after testing._ +* 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++`~~