From 9ec9e4d7e36cccbc22fbad49ad646486da1856fa Mon Sep 17 00:00:00 2001 From: Maribel Date: Mon, 4 Apr 2016 14:22:19 +0100 Subject: [PATCH] =?UTF-8?q?"GCC=20v4.9+=20(for=20C++11=20support)"=20?= =?UTF-8?q?=E2=86=92=20"GCC=20v5+=20(for=20C++14=20support)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 e53c8bf..316c671 100644 --- a/Building-For-Linux.md +++ b/Building-For-Linux.md @@ -10,7 +10,7 @@ You'll need to download and install the following to build Citra: * [Qt](http://qt-project.org/downloads) * Deb: `apt-get install qtbase5-dev libqt5opengl5-dev` or `apt-get install libqt4-dev libqt4-opengl-dev` * Arch: `pacman -S qt5` or `pacman -S qt4` -* GCC v4.9+ (for C++11 support) +* GCC v5+ (for C++14 support) * Deb: `apt-get install build-essential` * Arch: `pacman -S base-devel` * [CMake](http://www.cmake.org/)