From cc7689c0c39f0bee1d59435933111e1ec526b328 Mon Sep 17 00:00:00 2001 From: Merry Date: Mon, 15 Jan 2018 00:37:36 +0000 Subject: [PATCH] Updated Building for Linux (markdown) --- 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 1db15bc..6e09621 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 yuzu: - Arch: `pacman -S qt5` - Fedora: `dnf install qt5-qtbase qt5-qtbase-devel` - Gentoo: `emerge dev-qt/qtcore dev-qt/qtopengl` -* GCC v5+ (for C++14 support) +* GCC v7 (for C++17 support) - Deb: `apt-get install build-essential` - Arch: `pacman -S base-devel` - Fedora: `dnf install sys-devel/gcc`