mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 10:30:06 +00:00
add the actual make command
parent
6dfbdea8d5
commit
550f5d1988
@ -75,6 +75,9 @@ Make sure to follow the instructions and update to the latest version by running
|
||||
```bash
|
||||
mkdir build && cd build
|
||||
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
|
||||
mingw32-make -j4
|
||||
# test citra out with
|
||||
./src/citra_qt/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.
|
||||
|
Loading…
Reference in New Issue
Block a user