From f09c7fce857d04c11dfcb5099cd99220755bc11c Mon Sep 17 00:00:00 2001 From: Merry Date: Wed, 28 Dec 2016 13:20:44 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Ubuntu=2014.04=20build=20instructions?= =?UTF-8?q?=20for=20Qt4=20=E2=86=92=20Qt5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Building-for-Ubuntu-14.04.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Building-for-Ubuntu-14.04.md b/Building-for-Ubuntu-14.04.md index 2db84d0..6ad0210 100644 --- a/Building-for-Ubuntu-14.04.md +++ b/Building-for-Ubuntu-14.04.md @@ -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