mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 17:00:05 +00:00
Update Ubuntu 14.04 build instructions for Qt4 → Qt5
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
|
sudo apt-get install xorg-dev
|
||||||
|
|
||||||
|
### Qt5
|
||||||
|
|
||||||
|
sudo apt-get install qt5-default libqt5opengl5-dev
|
||||||
|
|
||||||
### cmake
|
### cmake
|
||||||
|
|
||||||
The following instructions install `cmake` to `~/cmake`:
|
The following instructions install `cmake` to `~/cmake`:
|
||||||
@ -44,7 +48,7 @@ The following instructions install `cmake` to `~/cmake`:
|
|||||||
cd build
|
cd build
|
||||||
export CC=gcc-5
|
export CC=gcc-5
|
||||||
export CXX=g++-5
|
export CXX=g++-5
|
||||||
~/cmake/bin/cmake .. -DCMAKE_BUILD_TYPE=Release -DCITRA_FORCE_QT4=ON
|
~/cmake/bin/cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
make
|
make
|
||||||
|
|
||||||
## Step 3: Run Citra
|
## Step 3: Run Citra
|
||||||
|
Loading…
Reference in New Issue
Block a user