Update Ubuntu 14.04 build instructions for Qt4 → Qt5

Merry 2016-12-28 13:20:44 +00:00
parent 7b08eb832d
commit f09c7fce85

@ -16,6 +16,10 @@ These instructions also apply for related distributions based on this Ubuntu LTS
sudo apt-get install xorg-dev
### Qt5
sudo apt-get install qt5-default libqt5opengl5-dev
### cmake
The following instructions install `cmake` to `~/cmake`:
@ -44,7 +48,7 @@ The following instructions install `cmake` to `~/cmake`:
cd build
export CC=gcc-5
export CXX=g++-5
~/cmake/bin/cmake .. -DCMAKE_BUILD_TYPE=Release -DCITRA_FORCE_QT4=ON
~/cmake/bin/cmake .. -DCMAKE_BUILD_TYPE=Release
make
## Step 3: Run Citra