Update Windows build instructions
Git has been required for a long time, and we also have two more recent requirements.
This commit is contained in:
parent
4d864ece27
commit
66be867f4e
|
@ -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 2015 is a hard requirement. Other compilers might be able to
|
Visual Studio 2015 Update 2 is a hard requirement. Other compilers might be
|
||||||
build Dolphin on Windows but have not been tested and are not recommended to
|
able to build Dolphin on Windows but have not been tested and are not
|
||||||
be used.
|
recommended to be used. Git and Windows 10 SDK 10.0.10586.0 must be installed.
|
||||||
|
|
||||||
An installer can be created by using the `Installer_x64.nsi` script in the
|
An installer can be created by using the `Installer_x64.nsi` script in the
|
||||||
Installer directory. This will require the Nullsoft Scriptable Install System
|
Installer directory. This will require the Nullsoft Scriptable Install System
|
||||||
|
|
Loading…
Reference in New Issue