Skip to content

Commit 0b906d4

Browse files
committed
doc: supported toolchain with Visual Studio 2019 & 2022 only
1 parent 8fdde5d commit 0b906d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BUILDING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ platforms. This is true regardless of entries in the table below.
155155

156156
Depending on the host platform, the selection of toolchains may vary.
157157

158-
| Operating System | Compiler Versions |
159-
| ---------------- | -------------------------------------------------------------- |
160-
| Linux | GCC >= 10.1 |
161-
| Windows | Visual Studio >= 2019 with the Windows 10 SDK on a 64-bit host |
162-
| macOS | Xcode >= 11 (Apple LLVM >= 11) |
158+
| Operating System | Compiler Versions |
159+
| ---------------- | ------------------------------------------------------------------- |
160+
| Linux | GCC >= 10.1 |
161+
| Windows | Visual Studio 2019 or 2022 with the Windows 10 SDK on a 64-bit host |
162+
| macOS | Xcode >= 11 (Apple LLVM >= 11) |
163163

164164
### Official binary platforms and toolchains
165165

@@ -654,7 +654,7 @@ Optional requirements to build the MSI installer package:
654654

655655
Optional requirements for compiling for Windows 10 on ARM (ARM64):
656656

657-
* Visual Studio 17.6.0 or newer
657+
* Visual Studio 2022 (17.6.0 or newer)
658658
> **Note:** There is [a bug](https://github.com/nodejs/build/issues/3739) in `17.10.x`
659659
> preventing Node.js from compiling.
660660
* Visual Studio optional components

0 commit comments

Comments
 (0)