Merge pull request #3785 from JosJuice/windows-build-instructions

Update Windows build instructions and .gitignore
This commit is contained in:
Pierre Bourdon 2016-04-16 19:36:31 +02:00
commit e4759bcbcb
2 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View file

@ -18,6 +18,9 @@ Source/Core/Common/scmrev.h
*.vcxproj.user
*.obj
*.tlog
*.VC.opendb
*.VC.db
.vs/
# Ignore build info file created by QtCreator
CMakeLists.txt.user
# Ignore files created by posix people

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 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.
Visual Studio 2015 Update 2 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.10586.0 must be installed.
An installer can be created by using the `Installer_x64.nsi` script in the
Installer directory. This will require the Nullsoft Scriptable Install System