docs: Fix version typos in dev-loop.md (#13950)
Masanari Mizuno committed
Dec 23, 2025 at 04:47 UTC
f3125bb3a35d7271f410fe88d639139f29d59d10
1 file changed
+2
-2
doc/docs/dev-loop.md
+2
-2
@@ -4,13 +4,13 @@
4
5
The following tools are required to build WSL:
6
7
-- CMake >= 2.25
7
+- 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)
13
+ - 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