mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 02:40:05 +00:00
Updated Building for Windows (markdown)
parent
6c82ce8422
commit
5e9e5e9e7d
@ -78,8 +78,8 @@ 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_CXX_FLAGS="-DMICROPROFILE_ENABLED=0" ..
|
||||||
mingw32-make -j4
|
make -j4
|
||||||
# test citra out with
|
# test citra out with
|
||||||
./src/citra_qt/citra-qt.exe
|
./src/citra_qt/citra-qt.exe
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user