From 7ba4b81d6dbb516955975ab478bc0c2295fef66e Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:08:00 +0100 Subject: [PATCH] doc: supported toolchain with Visual Studio 2022 only --- BUILDING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index d264bf79f3aab7..8f32817c1c7b7b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -160,11 +160,11 @@ platforms. This is true regardless of entries in the table below. Depending on the host platform, the selection of toolchains may vary. -| Operating System | Compiler Versions | -| ---------------- | -------------------------------------------------------------- | -| Linux | GCC >= 10.1 | -| Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host | -| macOS | Xcode >= 13 (Apple LLVM >= 12) | +| Operating System | Compiler Versions | +| ---------------- | ----------------------------------------------------------- | +| Linux | GCC >= 10.1 | +| Windows | Visual Studio 2022 with the Windows 10 SDK on a 64-bit host | +| macOS | Xcode >= 13 (Apple LLVM >= 12) | ### Official binary platforms and toolchains @@ -665,7 +665,7 @@ Optional requirements to build the MSI installer package: Optional requirements for compiling for Windows on ARM (ARM64): -* Visual Studio 17.6.0 or newer +* Visual Studio 2022 (17.6.0 or newer) > **Note:** There is [a bug](https://github.com/nodejs/build/issues/3739) in `17.10.x` > preventing Node.js from compiling. * Visual Studio optional components