-
|
[This doesn't fit as an Issue so I figured I'd post here] I'm trying to build the Beta branch from source, and after hours of being compiled I ended with.. 'clang-format' is not recognized as an internal or external command, operable program or batch file I used the CMake CLI route, the error popped with the "cmake --build build" command. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Self reply that I had originally placed in the first message (and now expanded a little) Turns out, the "C++ Clang tools for Windows" optional component has to be selected as well in the Visual Studio Build Tools installer. |
Beta Was this translation helpful? Give feedback.
Self reply that I had originally placed in the first message (and now expanded a little)
Turns out, the "C++ Clang tools for Windows" optional component has to be selected as well in the Visual Studio Build Tools installer.
After installing that component and starting a new Powershell window, the build process could end without issues.