mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 12:40:06 +00:00
Removed qt4 ("linkmauve1: [...] it got removed back in June.")
parent
427e584dab
commit
5906aea452
@ -8,8 +8,8 @@ You'll need to download and install the following to build Citra:
|
||||
* Deb: `apt-get install sdl2` or `apt-get install libsdl2-2.0-0` or `apt-get install libsdl2-dev`
|
||||
* Arch: `pacman -S sdl2`
|
||||
* [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`
|
||||
* Deb: `apt-get install qtbase5-dev libqt5opengl5-dev`
|
||||
* Arch: `pacman -S qt5`
|
||||
* GCC v5+ (for C++14 support)
|
||||
* Deb: `apt-get install build-essential`
|
||||
* Arch: `pacman -S base-devel`
|
||||
|
Loading…
Reference in New Issue
Block a user