Browse Source

[docs] Windows: WE STRONGLY RECOMMEND Community, otherwise its unknown territory

* maybe with next commit, we can build with every option (need test)
pull/2993/head
DraVee 3 months ago
committed by crueter
parent
commit
886bc2e7ad
  1. 10
      docs/Deps.md

10
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`

Loading…
Cancel
Save