mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 13:20:05 +00:00
The basic qt modules are not enough to compile citra: the opengl module is needed
parent
880a171074
commit
8a014701f2
@ -8,7 +8,7 @@ You'll need to download and install the following to build Citra:
|
||||
* Deb: You should probably build this from source. Directions are below.
|
||||
* Arch: `pacman -S glfw`
|
||||
* [Qt](http://qt-project.org/downloads)
|
||||
* Deb: `apt-get install qtbase5-dev` or `apt-get install libqt4-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`
|
||||
* GCC v4.7+ (for C++11 support)
|
||||
* Deb: `apt-get install build-essential`
|
||||
|
Loading…
Reference in New Issue
Block a user