Updated Building for Windows (markdown)

shuffle2 2020-09-11 05:53:45 -07:00
parent b912b24745
commit 74d22325c5

@ -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.