From 21e659b8c1ba0c98b33e18a61167c0cb7e42dd4f Mon Sep 17 00:00:00 2001 From: DraVee Date: Mon, 10 Nov 2025 00:19:23 +0100 Subject: [PATCH] [docs] Windows: Dont need warning, this is the best for all systems --- docs/Build.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Build.md b/docs/Build.md index 28dff0bcf2..050179407b 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -48,8 +48,6 @@ Hit "Configure Project", then wait for CMake to finish configuring (may take a w ### Command Line -This is recommended for *BSD, Solaris, Linux, and MSYS2. MSVC is possible, but not recommended. -
Click to Open @@ -62,7 +60,7 @@ Important notes: Recommended generators: - MSYS2: `MSYS Makefiles` -- MSVC: Install **[ninja](https://ninja-build.org/)** and use `Ninja`, OR use `Visual Studio 17 2022` +- MSVC: Install **[ninja](https://ninja-build.org/)** and use `Ninja` (recommended), OR use `Visual Studio 17 2022` - macOS: `Ninja` (preferred) or `Xcode` - Others: `Ninja` (preferred) or `UNIX Makefiles`