Description
I found some typos in the developer documentation (doc/docs/dev-loop.md).
-
CMake version: Currently states >= 2.25, but this is inconsistent with CMakeLists.txt, which specifies cmake_minimum_required(VERSION 3.25).
-
MSVC toolset version: Currently states MSVC v143 - VS 2020, but VS 2020 does not exist. The v143 toolset corresponds to VS 2022.
Location
https://github.com/microsoft/WSL/blob/master/doc/docs/dev-loop.md#prerequisites
Suggested Fix
| Line |
Current |
Suggested |
| 7 |
CMake >= 2.25 |
CMake >= 3.25 |
| 14 |
MSVC v143 - VS 2020 C++ ARM64 build tools |
MSVC v143 - VS 2022 C++ ARM64 build tools |