From 74d22325c57ad7b64ce7d9521152e05a38f3a4c8 Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Fri, 11 Sep 2020 05:53:45 -0700 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 7fa8bee..542ac65 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -14,6 +14,9 @@ - C++ profiling tools (pulls in graphics debugging features) - Test Adapter for Google Test +To install all of the above on the command line, you can use something like: +`vs_Community.exe --passive --add Microsoft.VisualStudio.Workload.NativeDesktop;includeRecommended --add Microsoft.VisualStudio.Component.Git --add Microsoft.VisualStudio.Component.VC.Tools.ARM64` + ## Get and Build Dolphin ### Clone * Windows requires pulling in some submodules, so use `git clone --recursive` to clone dolphin from the main repo or your fork.