Update Readme.md to specify VS2019 as a requirement

This commit is contained in:
Stenzek 2019-11-27 22:31:57 +10:00
parent dd23a1ee79
commit ffd38ab6e9

View file

@ -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