diff --git a/Building-for-Ubuntu-16.04.md b/Building-for-Ubuntu-16.04.md index e458a9d..5a81811 100644 --- a/Building-for-Ubuntu-16.04.md +++ b/Building-for-Ubuntu-16.04.md @@ -22,7 +22,7 @@ Remove the PPA (optional): ### Other prerequisites - sudo apt-get install build-essential git libcurl4-openssl-dev libqt5opengl5-dev libsdl2-dev libssl-dev qtbase5-dev wget xorg-dev + sudo apt-get install build-essential git libqt5opengl5-dev libsdl2-dev libssl-dev qtbase5-dev wget xorg-dev ## Step 2: Build Citra @@ -41,7 +41,7 @@ Remove the PPA (optional): export CC="gcc-7" export CXX="g++-7" - cmake .. -DUSE_SYSTEM_CURL=ON -DCMAKE_BUILD_TYPE=Release + cmake .. -DCMAKE_BUILD_TYPE=Release make ## Step 3: Run Citra