From 550f5d1988a02bf0ff883e26fd2e4c4a8866d955 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Fri, 18 Nov 2016 18:20:15 -0700 Subject: [PATCH] add the actual make command --- Building-for-Windows.md | 3 +++ 1 file changed, 3 insertions(+) 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.