Browse Source

[docs] Windows: More warnings

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

1
docs/Build.md

@ -60,6 +60,7 @@ Hit "Configure Project", then wait for CMake to finish configuring (may take a w
> - It's recommended to install **[Ninja](https://ninja-build.org/)**
> - You must load **Visual C++ development environment**, this can be done by running our convenience script:
> - `tools/windows/load-msvc-env.ps1`
> - You need to add the environment variable `CL` with the `/FS` flag (`set CL=/FS`) if you're using ccache to speed up build process
Availables `<GENERATOR>`:
- MSYS2: `MSYS Makefiles`

Loading…
Cancel
Save