diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 13988b1..5055345 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -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.