From 886bc2e7adc9a1a1703d221b32a32bc07964a0f2 Mon Sep 17 00:00:00 2001 From: DraVee Date: Sun, 9 Nov 2025 23:50:44 +0100 Subject: [PATCH] [docs] Windows: WE STRONGLY RECOMMEND Community, otherwise its unknown territory * maybe with next commit, we can build with every option (need test) --- docs/Deps.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/Deps.md b/docs/Deps.md index 15ffff28a8..76a50afc0d 100644 --- a/docs/Deps.md +++ b/docs/Deps.md @@ -3,10 +3,12 @@ To build Eden, you MUST have a C++ compiler. * On Linux, this is usually [GCC](https://gcc.gnu.org/) 11+ or [Clang](https://clang.llvm.org/) v14+ - GCC 12 also requires Clang 14+ -* On Windows, this is either: - - **[MSVC](https://visualstudio.microsoft.com/downloads/)** (you should select *Community* option), - - clang-cl - can be downloaded from the MSVC installer, - - or **[MSYS2](https://www.msys2.org)** +* On Windows, we support: + - **[MSVC](https://visualstudio.microsoft.com/downloads/)** (default) + - It's STRONGLY RECOMMENDED to use the *Community* option + - You need to install: **Desktop development with C++** + - **clang-cl** (included when you install **Desktop development with C++**) + - **[MSYS2](https://www.msys2.org)** (experimental) * On macOS, this is Apple Clang - This can be installed with `xcode-select --install`