From 7b9237cf5b8d411ebbe2336ac6183f0df13eaf98 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Sun, 26 Jun 2016 17:35:34 +1000 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index c8d4357..227b519 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -19,9 +19,9 @@ - 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 install the [Qt SDK]() -- If you do not care about DolphinQt, you can just right click on the project and click "Unload Project". +* 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". ### Building @@ -32,7 +32,6 @@ ![Target Example](https://raw.githubusercontent.com/wiki/dolphin-emu/dolphin/vs-target.png) 3. Press F7 or choose Build > Build Solution from the menu bar. - ## Keeping up to date 1. Go to the Team Explorer window and choose Pull.