Ubuntu's package name for Qt5 headers is qtbase5-dev

zhuowei 2014-12-30 21:25:53 -08:00
parent 67e8f7cbe1
commit d17eca67b5

@ -6,7 +6,7 @@ You'll need to download and install the following to build Citra:
* Deb: You should probably build this from source. Directions are below. * Deb: You should probably build this from source. Directions are below.
* Arch: `pacman -S glfw` * Arch: `pacman -S glfw`
* [Qt](http://qt-project.org/downloads) * [Qt](http://qt-project.org/downloads)
* Deb: `apt-get install libqt5-dev` or `apt-get install libqt4-dev` * Deb: `apt-get install qtbase5-dev` or `apt-get install libqt4-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.7+ (for C++11 support)
* Deb: `apt-get install build-essential` * Deb: `apt-get install build-essential`