Updated Building for Windows (markdown)

Merry 2018-03-24 09:09:49 +00:00
parent 14c5ccece3
commit 49f63f7560
1 changed files with 10 additions and 0 deletions

@ -101,3 +101,13 @@ make -j4
Doesn't require the rather large Qt dependency, but you will lack a GUI frontend.
* Pass the `-DENABLE_QT=no` flag to cmake
## Building from the command line with MSVC
```
git clone --recursive https://github.com/yuzu-emu/yuzu
mkdir build
cd build
cmake .. -G "Visual Studio 15 2017 Win64"
cmake --build .
```