From 66be867f4e993e6bece5343cafd0714628cc3269 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 16 Apr 2016 16:51:43 +0200 Subject: [PATCH 1/2] Update Windows build instructions Git has been required for a long time, and we also have two more recent requirements. --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 586737b9e9..5b13c8334a 100644 --- a/Readme.md +++ b/Readme.md @@ -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 From 91a95cde917f277313817bdf1b5a85b805a631be Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 16 Apr 2016 17:26:17 +0200 Subject: [PATCH 2/2] Update .gitignore for Visual Studio 2015 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8e840e8dc2..abbbf47bd4 100644 --- a/.gitignore +++ b/.gitignore @@ -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