@@ -157,7 +157,7 @@ Depending on the host platform, the selection of toolchains may vary.
157
157
| ---------------- | -------------------------------------------------------------- |
158
158
| Linux | GCC >= 12.2 |
159
159
| Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host |
160
- | macOS | Xcode >= 16.1 (Apple LLVM >= 17 ) |
160
+ | macOS | Xcode >= 16.3 (Apple LLVM >= 19 ) |
161
161
162
162
### Official binary platforms and toolchains
163
163
@@ -249,7 +249,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
249
249
250
250
#### macOS prerequisites
251
251
252
- * Xcode Command Line Tools >= 13 for macOS
252
+ * Xcode Command Line Tools >= 16.3 for macOS
253
253
* [ A supported version of Python] [ Python versions ]
254
254
* For test coverage, your Python installation must include pip.
255
255
@@ -637,7 +637,7 @@ Refs:
637
637
* The current [ version of Python] [ Python versions ] from the
638
638
[ Microsoft Store] ( https://apps.microsoft.com/store/search?publisher=Python+Software+Foundation )
639
639
* The "Desktop development with C++" workload from
640
- [ Visual Studio 2022 (17.6 or newer)] ( https://visualstudio.microsoft.com/downloads/ )
640
+ [ Visual Studio 2022 (17.13 or newer)] ( https://visualstudio.microsoft.com/downloads/ )
641
641
or the "C++ build tools" workload from the
642
642
[ Build Tools] ( https://aka.ms/vs/17/release/vs_buildtools.exe ) ,
643
643
with the default optional components. Starting with Node.js v24, ClangCL is required to compile
@@ -659,9 +659,7 @@ Optional requirements to build the MSI installer package:
659
659
660
660
Optional requirements for compiling for Windows on ARM (ARM64):
661
661
662
- * Visual Studio 17.6.0 or newer
663
- > ** Note:** There is [ a bug] ( https://github.com/nodejs/build/issues/3739 ) in ` 17.10.x `
664
- > preventing Node.js from compiling.
662
+ * Visual Studio 17.13.0 or newer
665
663
* Visual Studio optional components
666
664
* Visual C++ compilers and libraries for ARM64
667
665
* Visual C++ ATL for ARM64
0 commit comments