From 56e16153adb1fe2dceb925199f4a12067980a970 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Mon, 3 Jun 2024 15:39:40 +0100 Subject: [PATCH] doc: indicate requirement on VS 17.6 or newer VS 17.6 or newer is a requirement for all Windows platforms rather than ARM-only. --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 54825d6074fa07..762a8ae7fd829d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -619,8 +619,8 @@ Refs: #24448, , [vcpkg](https:/ * The current [version of Python][Python versions] from the [Microsoft Store](https://apps.microsoft.com/store/search?publisher=Python+Software+Foundation) * The "Desktop development with C++" workload from - [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) or - the "C++ build tools" workload from the + [Visual Studio 2022 (17.6 or newer)](https://visualstudio.microsoft.com/downloads/) + or the "C++ build tools" workload from the [Build Tools](https://aka.ms/vs/17/release/vs_buildtools.exe), with the default optional components * Basic Unix tools required for some tests,