Updated Building for Windows (markdown)

Markus Wick 2015-04-21 15:26:44 +02:00
parent e95051289b
commit 2a2b083949
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@
- 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.
- 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).
## Get & Build Dolphin