From 9882baefe1308afc8316d3ec87b50f5723670254 Mon Sep 17 00:00:00 2001 From: wwylele Date: Mon, 5 Dec 2016 14:47:21 +0200 Subject: [PATCH] WinterMute, I reverted your revision because it doesn't work for me. Left a comment and we should test more. --- Building-for-Windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 5e74a4d..6ffdad1 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -79,6 +79,7 @@ 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 -DCMAKE_MAKE_PROGRAM=mingw32-make -DCMAKE_CXX_FLAGS="-DMICROPROFILE_ENABLED=0" .. +# should we use `make`? mingw32-make -j4 # test citra out with ./src/citra_qt/citra-qt.exe