From ae57e5cb54a4752e80883d411faf43b75df0a2f9 Mon Sep 17 00:00:00 2001 From: Pringo Date: Sun, 13 Nov 2016 20:21:07 -0800 Subject: [PATCH] Minor updates for links, capitalization, styling, info, etc. --- Building-for-Windows.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index e9f2ec3..a194968 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -1,9 +1,9 @@ ## Prerequisites -- Windows Vista or higher, 64-bit version. -- [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) (even if you don't have win10) -- [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) - - You can use any version of VS (Community Edition is free). +- Windows 7 or higher, 64-bit version +- [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) (even if you don't have Windows 10) +- [Visual Studio 2015](https://www.visualstudio.com/downloads/) + - You can use any version of VS (Community Edition is free) - Recommended packages for installation: ![Visual Studio Options](https://raw.githubusercontent.com/wiki/dolphin-emu/dolphin/vs-options.png) @@ -12,14 +12,14 @@ ### Cloning 1. Open the Team Explorer and choose "Clone" under "Local Git Repositories". -2. Enter repository URL as it appears on the [Github project page](https://github.com/dolphin-emu/dolphin) +2. Enter repository URL as it appears on the [GitHub project page](https://github.com/dolphin-emu/dolphin). 3. Click Clone to start downloading. 4. Protips: - Enable NTFS compression on the root of your source directory. - Store the sources on the fastest disk as possible (e.g. fast SSD). -#### Qt Dependencies -* If you want to build the DolphinQt project, you should get the required dependencies from a submodule provided for dolphin. +### Qt Dependencies +* If you want to build the DolphinQt project, you should get the required dependencies from a submodule provided for Dolphin. + In Team Explorer, go to Changes > Actions > Open Command Prompt and execute `git submodule update --init --recursive`. * If you do not care about DolphinQt, you can just right click on the project and click "Unload Project".