Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions BUILDING.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -155,11 +155,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 >= 2019 with the Windows 10 SDK on a 64-bit host |
| macOS | Xcode >= 11 (Apple LLVM >= 11) |
| Operating System | Compiler Versions |
| ---------------- | ------------------------------------------------------------------- |
| Linux | GCC >= 10.1 |
| Windows | Visual Studio 2019 or 2022 with the Windows 10 SDK on a 64-bit host |
| macOS | Xcode >= 11 (Apple LLVM >= 11) |

### Official binary platforms and toolchains

Expand DownExpand Up@@ -654,7 +654,7 @@ Optional requirements to build the MSI installer package:

Optional requirements for compiling for Windows 10 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
Expand Down