Remove curl references
@@ -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
|
||||
|
Reference in New Issue
Block a user