Browse Source

[docs] Windows: Use our convenience otherwise follow CMake error

pull/2993/head
DraVee 3 months ago
committed by crueter
parent
commit
d0cf9b1619
  1. 6
      docs/Build.md

6
docs/Build.md

@ -53,7 +53,11 @@ This is recommended for *BSD, Solaris, Linux, and MSYS2. MSVC is possible, but n
<details>
<summary>Click to Open</summary>
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:

Loading…
Cancel
Save