From 49f63f75607993dec796391e19ef1f1cbcd93e80 Mon Sep 17 00:00:00 2001 From: Merry Date: Sat, 24 Mar 2018 09:09:49 +0000 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index acc100e..f640ce8 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -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 . +``` \ No newline at end of file