From 5be1aee8f48a415e8456417a35ceeed94805ac28 Mon Sep 17 00:00:00 2001 From: Matthew Parlane Date: Tue, 15 Jul 2014 13:57:11 -0700 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 66f4ced..e761a8f 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -3,7 +3,8 @@ - Windows Vista or higher, preferably 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. -- [Visual Studio 2013](http://www.microsoft.com/visualstudio/eng/downloads) +- [Visual Studio 2013 - with Update 2](http://www.microsoft.com/visualstudio/eng/downloads) + - Update 2 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](http://go.microsoft.com/?linkid=9832280&clcid=0x409) | [ISO](http://go.microsoft.com/?linkid=9832270&clcid=0x409)) - 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. @@ -45,4 +46,4 @@ When you want to update to the latest revision: 1. Go to the Team Explorer window and choose Pull. -![VS Pull Example](http://wiki.dolphin-emu.googlecode.com/git/build/vs2013-git-pull.png) +![VS Pull Example](http://wiki.dolphin-emu.googlecode.com/git/build/vs2013-git-pull.png) \ No newline at end of file