From 13e26c587781d4d2ea5db31703e3dc76961a14cb Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Wed, 12 Nov 2014 15:50:09 -0800 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index fa32b8c..f2555b3 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -3,7 +3,7 @@ - Windows Vista or higher, 64-bit version. - [Visual Studio 2013 - with Update 4](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) + - Update 4 can be found [here](http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_5) - You may use the free Community edition: ([net install](http://go.microsoft.com/?linkid=9863608) and/or [ISO](http://go.microsoft.com/?linkid=9863609)) - Dolphin does not require any of the optional packages offered by the Visual Studio 2013 installer, you may uncheck them all. - 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.