From cb9b7a7c26ace6bbd6d99fc6c16ee3a16d12437d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 3 Sep 2015 20:14:51 -0400 Subject: [PATCH] Update Windows build pre-equisites --- Building-for-Windows.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 2efe709..90b376c 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -2,10 +2,8 @@ --- - Windows Vista or higher, 64-bit version. -- [Visual Studio 2013 - with Update 4](http://www.microsoft.com/visualstudio/eng/downloads) - - 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. +- [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) + - Dolphin does not require any of the optional packages offered by the Visual Studio 2015 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://sourceforge.net/projects/gitextensions/) (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).