From 635b74bfebf82127967e504c198cad44b0e76685 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Fri, 19 May 2017 09:11:09 +0200 Subject: [PATCH] Remove Windows 10 SDK requirement from readme This should thankfully not be needed anymore now that the D3D12 backend has been dropped by 1880a97. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 15b15fd458..b1f20300d9 100644 --- a/Readme.md +++ b/Readme.md @@ -41,7 +41,7 @@ Dolphin can only be installed on devices that satisfy the above requirements. At Use the solution file `Source/dolphin-emu.sln` to build Dolphin on Windows. 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. +recommended to be used. Git must be installed when building. An installer can be created by using the `Installer.nsi` script in the Installer directory. This will require the Nullsoft Scriptable Install System