Readme: Specify that VS 2015 is to be used instead of VS 2013

This commit is contained in:
Lioncash 2015-09-03 23:57:15 -04:00
parent c5979b47be
commit 2c88c030f0

View File

@ -35,9 +35,9 @@ Dolphin can only be installed on devices that satisfy the above requirements. At
## Building for Windows ## Building for Windows
Use the solution file `Source/dolphin-emu.sln` to build Dolphin on Windows. Use the solution file `Source/dolphin-emu.sln` to build Dolphin on Windows.
Visual Studio 2013 is a hard requirement since previous versions don't support Visual Studio 2015 is a hard requirement. Other compilers might be able to
many C++ features that we use. Other compilers might be able to build Dolphin build Dolphin on Windows but have not been tested and are not recommended to
on Windows but have not been tested and are not recommended to be used. be used.
An installer can be created by using the `Installer_win32.nsi` and An installer can be created by using the `Installer_win32.nsi` and
`Installer_x64.nsi` scripts in the Installer directory. This will require the `Installer_x64.nsi` scripts in the Installer directory. This will require the