Updated Building for Windows (markdown)

shuffle2 2019-12-18 22:33:00 -08:00
parent d1aa7e69ba
commit 0198e74582
1 changed files with 4 additions and 1 deletions

@ -15,7 +15,10 @@
- Testing tools core features
- Recommended (other)
- GitHub extension for Visual Studio
- 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
### Cloning