From ffd38ab6e9c67e62c842c6712b3b15b4345bfe19 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Wed, 27 Nov 2019 22:31:57 +1000 Subject: [PATCH] Update Readme.md to specify VS2019 as a requirement --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 67eeb41359..dd5a19e9db 100644 --- a/Readme.md +++ b/Readme.md @@ -39,9 +39,9 @@ Dolphin can only be installed on devices that satisfy the above requirements. At ## Building for Windows Use the solution file `Source/dolphin-emu.sln` to build Dolphin on Windows. -Visual Studio 2017 15.7 is a hard requirement. Other compilers might be +Visual Studio 2019 16.3 is a hard requirement. Other compilers might be able to build Dolphin on Windows but have not been tested and are not -recommended to be used. Git and Windows 10 SDK 10.0.17134.0 must be installed when building. +recommended to be used. Git and Windows 10 SDK must be installed when building. Make sure to check out the Qt submodule before building: ```sh