Skip to content

Commit 7ba4b81

Browse files
committed
doc: supported toolchain with Visual Studio 2022 only
1 parent 1107bda commit 7ba4b81

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
@@ -160,11 +160,11 @@ platforms. This is true regardless of entries in the table below.
160160

161161
Depending on the host platform, the selection of toolchains may vary.
162162

163-
| Operating System | Compiler Versions |
164-
| ---------------- | -------------------------------------------------------------- |
165-
| Linux | GCC >= 10.1 |
166-
| Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host |
167-
| macOS | Xcode >= 13 (Apple LLVM >= 12) |
163+
| Operating System | Compiler Versions |
164+
| ---------------- | ----------------------------------------------------------- |
165+
| Linux | GCC >= 10.1 |
166+
| Windows | Visual Studio 2022 with the Windows 10 SDK on a 64-bit host |
167+
| macOS | Xcode >= 13 (Apple LLVM >= 12) |
168168

169169
### Official binary platforms and toolchains
170170

@@ -665,7 +665,7 @@ Optional requirements to build the MSI installer package:
665665

666666
Optional requirements for compiling for Windows on ARM (ARM64):
667667

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

0 commit comments

Comments
 (0)