mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 18:20:05 +00:00
Remove curl references
parent
852ff184d2
commit
45c344af52
@ -22,7 +22,7 @@ Remove the PPA (optional):
|
|||||||
|
|
||||||
### Other prerequisites
|
### 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
|
## Step 2: Build Citra
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ Remove the PPA (optional):
|
|||||||
export CC="gcc-7"
|
export CC="gcc-7"
|
||||||
export CXX="g++-7"
|
export CXX="g++-7"
|
||||||
|
|
||||||
cmake .. -DUSE_SYSTEM_CURL=ON -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
make
|
make
|
||||||
|
|
||||||
## Step 3: Run Citra
|
## Step 3: Run Citra
|
||||||
|
Loading…
Reference in New Issue
Block a user