Merge pull request #2951 from lioncash/readme

Readme: Specify that VS 2015 is to be used instead of VS 2013
This commit is contained in:
shuffle2 2015-09-03 22:56:43 -07:00
commit 061364b51a
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,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 2013 is a hard requirement since previous versions don't support
many C++ features that we use. Other compilers might be able to build Dolphin
on Windows but have not been tested and are not recommended to be used.
Visual Studio 2015 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.
An installer can be created by using the `Installer_win32.nsi` and
`Installer_x64.nsi` scripts in the Installer directory. This will require the