Updated Building for Windows (markdown)

Valentin Vanelslande 2018-04-19 18:12:17 -05:00
parent 89844e2f81
commit 1886c0c4d6
1 changed files with 2 additions and 2 deletions

@ -88,8 +88,8 @@ Make sure to follow the instructions and update to the latest version by running
```cmd ```cmd
mkdir build && cd build mkdir build && cd build
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release .. cmake -G "MSYS Makefiles" -DCMAKE_MAKE_PROGRAM=mingw32-make -DCMAKE_BUILD_TYPE=Release ..
make -j4 mingw32-make -j4
# test yuzu out with # test yuzu out with
./bin/yuzu.exe ./bin/yuzu.exe
``` ```