| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 73b5022 commit 910c879
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -155,25 +155,25 @@ Depending on the host platform, the selection of toolchains may vary. | |||
| 155 | 155 | ||
| 156 | 156 | | Operating System | Compiler Versions | | |
| 157 | 157 | | ---------------- | -------------------------------------------------------------- | | |
| 158 | - | Linux | GCC >= 12.2 | | ||
| 158 | + | Linux | GCC >= 12.2 or Clang >= 19.1 | | ||
| 159 | 159 | | Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host | | |
| 160 | 160 | | macOS | Xcode >= 16.3 (Apple LLVM >= 19) | | |
| 161 | 161 | ||
| 162 | 162 | ### Official binary platforms and toolchains | |
| 163 | 163 | ||
| 164 | 164 | Binaries at <https://nodejs.org/download/release/> are produced on: | |
| 165 | 165 | ||
| 166 | - | Binary package | Platform and Toolchain | | ||
| 167 | - | ----------------------- | --------------------------------------------------------- | | ||
| 168 | - | aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 12[^5] | | ||
| 169 | - | darwin-x64 | macOS 13, Xcode 16 with -mmacosx-version-min=13.5 | | ||
| 170 | - | darwin-arm64 (and .pkg) | macOS 13 (arm64), Xcode 16 with -mmacosx-version-min=13.5 | | ||
| 171 | - | linux-arm64 | RHEL 8 with gcc-toolset-12[^6] | | ||
| 172 | - | linux-ppc64le | RHEL 8 with gcc-toolset-12[^6] | | ||
| 173 | - | linux-s390x | RHEL 8 with gcc-toolset-12[^6] | | ||
| 174 | - | linux-x64 | RHEL 8 with gcc-toolset-12[^6] | | ||
| 175 | - | win-arm64 | Windows Server 2022 (x64) with Visual Studio 2022 | | ||
| 176 | - | win-x64 | Windows Server 2022 (x64) with Visual Studio 2022 | | ||
| 166 | + | Binary package | Platform and Toolchain | | ||
| 167 | + | ----------------------- | ------------------------------------------------------------- | | ||
| 168 | + | aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 12[^5] | | ||
| 169 | + | darwin-x64 | macOS 13, Xcode 16 with -mmacosx-version-min=13.5 | | ||
| 170 | + | darwin-arm64 (and .pkg) | macOS 13 (arm64), Xcode 16 with -mmacosx-version-min=13.5 | | ||
| 171 | + | linux-arm64 | RHEL 8 with Clang 19.1 and gcc-toolset-14-libatomic-devel[^6] | | ||
| 172 | + | linux-ppc64le | RHEL 8 with Clang 19.1 and gcc-toolset-14-libatomic-devel[^6] | | ||
| 173 | + | linux-s390x | RHEL 8 with Clang 19.1 and gcc-toolset-14-libatomic-devel[^6] | | ||
| 174 | + | linux-x64 | RHEL 8 with Clang 19.1 and gcc-toolset-14-libatomic-devel[^6] | | ||
| 175 | + | win-arm64 | Windows Server 2022 (x64) with Visual Studio 2022 | | ||
| 176 | + | win-x64 | Windows Server 2022 (x64) with Visual Studio 2022 | | ||
| 177 | 177 | ||
| 178 | 178 | <!--lint disable final-definition--> | |
| 179 | 179 | ||
@@ -232,7 +232,7 @@ Consult previous versions of this document for older versions of Node.js: | |||
| 232 | 232 | ||
| 233 | 233 | #### Unix prerequisites | |
| 234 | 234 | ||
| 235 | - * `gcc` and `g++` >= 12.2 or newer | ||
| 235 | + * `gcc` and `g++` >= 12.2 or `clang` and `clang++` >= 19.1 | ||
| 236 | 236 | * GNU Make 3.81 or newer | |
| 237 | 237 | * [A supported version of Python][Python versions] | |
| 238 | 238 | * For test coverage, your Python installation must include pip. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments