Updated Building for Windows (markdown)

shuffle2 2020-01-13 17:23:02 -08:00
parent 6be31764c2
commit 801442c866
1 changed files with 0 additions and 4 deletions

@ -12,10 +12,6 @@
- Just-In-Time debugger
- C++ profiling tools (pulls in graphics debugging features)
- Test Adapter for Google Test
- clang-format 7
- Install a 7.x version of the LLVM tools from http://releases.llvm.org
- In VS, Options > Text Editor > C/C++ > Formatting > General, enable "Use custom clang-format.exe file" and point it to the binary.
- You could also use Tools\lint.sh via WSL to execute a linux-native version over the dolphin sources
## Get and Build Dolphin
### Clone