From d0cf9b16191a359429cece88bf3f6f8ec17698fd Mon Sep 17 00:00:00 2001 From: DraVee Date: Mon, 10 Nov 2025 00:10:24 +0100 Subject: [PATCH] [docs] Windows: Use our convenience otherwise follow CMake error --- docs/Build.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Build.md b/docs/Build.md index 52a671ab1e..d1ce943793 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -53,7 +53,11 @@ This is recommended for *BSD, Solaris, Linux, and MSYS2. MSVC is possible, but n
Click to Open -Note that CMake must be in your PATH, and you must be in the cloned Eden directory. On Windows, you must also set up a Visual C++ development environment. This can be done by running `C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat` in the same terminal. +Important notes: +- *CMake* **MUST** be in your PATH (and also *ninja*, if you are using it as GENERATOR) +- You *MUST* be in the cloned *Eden* directory +- On Windows, you must load **Visual C++ development environment**: + - This can be done by running our convenience script: `.tools/windows/load-msvc-env.ps1` Recommended generators: