mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 09:40:15 +00:00
Update GCC version because of issue #1410
parent
c0579b3802
commit
86628ef899
@ -10,7 +10,7 @@ You'll need to download and install the following to build Citra:
|
|||||||
* [Qt](http://qt-project.org/downloads)
|
* [Qt](http://qt-project.org/downloads)
|
||||||
* Deb: `apt-get install qtbase5-dev libqt5opengl5-dev` or `apt-get install libqt4-dev libqt4-opengl-dev`
|
* 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`
|
* 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`
|
* Deb: `apt-get install build-essential`
|
||||||
* Arch: `pacman -S base-devel`
|
* Arch: `pacman -S base-devel`
|
||||||
* [CMake](http://www.cmake.org/)
|
* [CMake](http://www.cmake.org/)
|
||||||
|
Loading…
Reference in New Issue
Block a user