Updated Building for Windows (markdown)

BreadFish64 2018-12-06 17:17:58 -06:00
parent 3b22491c50
commit b575e17fb1

@ -79,7 +79,7 @@ cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=mingw3
# should we use `make`?
mingw32-make -j4
# 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.