From 67e9bd42c10c7a3da2146257e2b7ab17bd9c40da Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Sat, 23 Aug 2014 11:32:24 -0700 Subject: [PATCH] remove dx sdk requirement --- Building-for-Windows.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 6ef2917..fa1a1a1 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -2,13 +2,12 @@ --- - Windows Vista or higher, 64-bit version. -- [Git Extensions](http://code.google.com/p/gitextensions/downloads/list) (check MsysGit in the installer, and select "Run Git from the Windows Command Prompt") or any other Git tool as long as it puts git in the PATH. If you get issues with scmrev.h, add the directory containing git to the PATH environment variable (and logoff/login or otherwise refresh the PATH variable in use). - [Visual Studio 2013 - with Update 3](http://www.microsoft.com/visualstudio/eng/downloads) - Update 3 can be found [here](http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_5) - You may use the free Express for Windows Desktop edition: ([net install and/or ISO](http://www.microsoft.com/en-us/download/details.aspx?id=43733)) - Dolphin does not require any of the optional packages offered by the Visual Studio 2013 installer, you may uncheck them all. -- The [June 2010 DirectX SDK](http://www.microsoft.com/en-us/download/details.aspx?id=6812) is required if you are building **on or for** a version of Windows prior to Windows 8. - +- Git is integrated into Visual Studio, and as such an external client is not required. However, you'll probably want one anyways for better control. [Git Extensions](http://code.google.com/p/gitextensions/downloads/list) (check MsysGit in the installer, and select "Run Git from the Windows Command Prompt") or [the official git commandline package](http://git-scm.com/download/win) are recommended, although any other Git tool should work. + - If you get issues with scmrev.h, add the directory containing git to the PATH environment variable (and logoff/login or otherwise refresh the PATH variable in use). ## Get & Build Dolphin ---