From bc2d94ca18ffdc9c80808325564cb2336b3be9ae Mon Sep 17 00:00:00 2001 From: Alan Jowett Date: Sat, 9 Nov 2024 08:46:42 -0800 Subject: [PATCH] Update notes for Windows to install VS Clang Signed-off-by: Alan Jowett --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa67f563a..449606798 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,11 @@ cmake --build build #### Dependencies * Install [git](https://git-scm.com/download/win) -* Install [Visual Studio Build Tools 2022](https://aka.ms/vs/17/release/vs_buildtools.exe) and choose the "C++ build tools" workload (Visual Studio Build Tools 2022 has support for CMake Version 3.25). +* Install [Visual Studio Build Tools 2022](https://aka.ms/vs/17/release/vs_buildtools.exe) and: + * Choose the "C++ build tools" workload (Visual Studio Build Tools 2022 has support for CMake Version 3.25) + * Under Individual Components, select: + * "C++ Clang Compiler" + * "MSBuild support for LLVM" * Install [nuget.exe](https://www.nuget.org/downloads) #### Make on Windows (which uses a multi-configuration generator)