Removed qt4 ("linkmauve1: [...] it got removed back in June.")

Jannik Vogel 2016-11-16 01:48:49 +01:00
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` * Deb: `apt-get install sdl2` or `apt-get install libsdl2-2.0-0` or `apt-get install libsdl2-dev`
* Arch: `pacman -S sdl2` * Arch: `pacman -S sdl2`
* [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`
* Arch: `pacman -S qt5` or `pacman -S qt4` * Arch: `pacman -S qt5`
* GCC v5+ (for C++14 support) * GCC v5+ (for C++14 support)
* Deb: `apt-get install build-essential` * Deb: `apt-get install build-essential`
* Arch: `pacman -S base-devel` * Arch: `pacman -S base-devel`