mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 12:30:06 +00:00
add use system curl
parent
b2bf4de71c
commit
230608b78b
@ -71,7 +71,7 @@ Make sure to follow the instructions and update to the latest version by running
|
|||||||
|
|
||||||
#### Install citra dependancies for mingw-w64
|
#### Install citra dependancies for mingw-w64
|
||||||
* Open the "MSYS2 MinGW 64-bit" (mingw64.exe) shell
|
* Open the "MSYS2 MinGW 64-bit" (mingw64.exe) shell
|
||||||
* Download and install all dependencies using: `pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake git`
|
* Download and install all dependencies using: `pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake mingw-w64-x86_64-curl git`
|
||||||
|
|
||||||
#### Clone the citra repository with git.
|
#### Clone the citra repository with git.
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ Make sure to follow the instructions and update to the latest version by running
|
|||||||
#### Run the following commands to build citra (dynamic linked build)
|
#### Run the following commands to build citra (dynamic linked build)
|
||||||
```bash
|
```bash
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=mingw32-make -DCMAKE_CXX_FLAGS="-DMICROPROFILE_ENABLED=0" ..
|
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=mingw32-make -DCMAKE_CXX_FLAGS="-DMICROPROFILE_ENABLED=0" -DUSE_SYSTEM_CURL=1 ..
|
||||||
# should we use `make`?
|
# should we use `make`?
|
||||||
mingw32-make -j4
|
mingw32-make -j4
|
||||||
# test citra out with
|
# test citra out with
|
||||||
|
Loading…
Reference in New Issue
Block a user