Updated Building for Windows (markdown)

Merry 2017-02-08 00:39:35 +00:00
parent 7a6965c7b1
commit 600f8839c7

@ -118,7 +118,7 @@ Follow the installers instructions.
mkdir build
cd build
cmake.exe .. -TLLVM-vs2014 -G"Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_SDL2=1 -DCITRA_USE_BUNDLED_QT=1 -DCMAKE_BUILD_TYPE=Release
cmake --build --target citra-qt
cmake --build . --target citra-qt
# test citra out with
.\bin\Release\citra-qt
```