mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 05:40:05 +00:00
Updated Building for Windows (markdown)
parent
3b22491c50
commit
b575e17fb1
@ -79,7 +79,7 @@ cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=mingw3
|
|||||||
# should we use `make`?
|
# should we use `make`?
|
||||||
mingw32-make -j4
|
mingw32-make -j4
|
||||||
# test Citra out with
|
# test Citra out with
|
||||||
./src/citra_qt/citra-qt.exe
|
./bin/citra-qt.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Note! This build is not a static build meaning that you need to include all of the dlls with the exe in order to use it.
|
##### Note! This build is not a static build meaning that you need to include all of the dlls with the exe in order to use it.
|
||||||
|
Loading…
Reference in New Issue
Block a user