Fixed build instructions with Qt on Debian

archshift 2014-09-01 02:58:34 -07:00
parent a834ec3ad7
commit 40dce33f73

@ -6,10 +6,10 @@ You'll need to download and install the following to build Citra:
* You should probably build this from source. Directions are below.
* Deb: Requires `apt-get install xorg-dev` and `apt-get install libglu1-mesa-dev`
* [Qt v4](http://qt-project.org/downloads)
* Deb: `apt-get install qt4` or `apt-get install qt5`
* Deb: `apt-get install libqt4-dev` or `apt-get install libqt5-dev`
* Arch: `pacman -S qt4` or `pacman -S qt5`
* GCC v4.7+ (for C++11 support)
* Deb: `apt-get install gcc`, `apt-get install make`
* Deb: `apt-get install build-essential`
* Arch: `pacman -S gcc`, `pacman -S make`
* [CMake](http://www.cmake.org/)
* Deb: `apt-get install cmake`