From 86628ef8997ffbe39ae505f21bbfcfe9648f0c44 Mon Sep 17 00:00:00 2001 From: LittleWhite-tb Date: Mon, 15 Feb 2016 18:41:53 +0100 Subject: [PATCH] Update GCC version because of issue #1410 --- Linux-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-Build.md b/Linux-Build.md index 705bdb7..d4a3910 100644 --- a/Linux-Build.md +++ b/Linux-Build.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.7+ (for C++11 support) +* GCC v4.9+ (for C++11 support) * Deb: `apt-get install build-essential` * Arch: `pacman -S base-devel` * [CMake](http://www.cmake.org/)