"GCC v4.9+ (for C++11 support)" → "GCC v5+ (for C++14 support)"

Maribel 2016-04-04 14:22:19 +01:00
parent df2a80c128
commit 9ec9e4d7e3

@ -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/)