From 801442c866549258f0b55bb540af17db1b6d58d8 Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Mon, 13 Jan 2020 17:23:02 -0800 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index ff079ee..0ff79c4 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -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