add the actual make command
parent
6dfbdea8d5
commit
550f5d1988
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ Make sure to follow the instructions and update to the latest version by running
|
||||||
```bash
|
```bash
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
|
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.
|
##### 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…
Add table
Reference in a new issue