add the actual make command

James Rowe 2016-11-18 18:20:15 -07:00
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.