From b60bcc7375667bc23fe125f44ff78cd12d14e2c6 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 31 May 2026 06:49:24 +0000 Subject: [PATCH] gido2 --- docs/Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Build.md b/docs/Build.md index 6f8d071b4d..ec99b20558 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -139,7 +139,7 @@ cmake -S . -B build -G "" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COM #### Option D: Visual Studio with clang-cl
-1. Install `"x64 Native Tools Command Prompt"` for VS from the installer. +1. Install `"x64 Native Tools Command Prompt"` for VS from the installer and also install `cmake-gui`. 2. Open `"x64 Native Tools Command Prompt"` and type `cmake-gui`. 3. Click configure choose ninja generator > specify native compilers. 4. Put `"C:/Program Files/Microsoft Visual Studio/18/Community/VC/Tools/Llvm/x64/bin/clang-cl.exe"` as your C/C++ compiler path.