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