From 7bc5f964fd3d251d62e49d13ddb008ba99d5236a Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Thu, 6 Jun 2024 10:05:29 +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. PR-URL: https://github.com/nodejs/node/pull/53301 Reviewed-By: Luigi Pinca Reviewed-By: Stefan Stojanovic Reviewed-By: Yagiz Nizipli Reviewed-By: Mohammed Keyvanzadeh --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index c42c7877272001..9f514ac2bf352a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -625,8 +625,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,