We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0b076 commit f3125bbCopy full SHA for f3125bb
doc/docs/dev-loop.md
@@ -4,13 +4,13 @@
4
5
The following tools are required to build WSL:
6
7
-- CMake >= 2.25
+- CMake >= 3.25
8
- Can be installed with `winget install Kitware.CMake`
9
- Visual Studio with the following components:
10
- Windows SDK 26100
11
- MSBuild
12
- Universal Windows platform support for v143 build tools (X64 and ARM64)
13
- - MSVC v143 - VS 2020 C++ ARM64 build tools (Latest + Spectre) (X64 and ARM64)
+ - MSVC v143 - VS 2022 C++ ARM64 build tools (Latest + Spectre) (X64 and ARM64)
14
- C++ core features
15
- C++ ATL for latest v143 tools (X64 and ARM64)
16
- C++ Clang compiler for Windows
0 commit comments