From 45c344af527c2d8ac47172affbb36db8d063383d Mon Sep 17 00:00:00 2001 From: N00byKing Date: Tue, 10 Apr 2018 19:03:00 +0200 Subject: [PATCH] Remove curl references --- Building-for-Ubuntu-16.04.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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