| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b45e196 commit 4e39830
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -114,8 +114,8 @@ platforms. This is true regardless of entries in the table below. | |||
| 114 | 114 | | Windows | x86 (native) | >= Windows 10/Server 2016 | Tier 1 (running) / Experimental (compiling)[^4] | | | |
| 115 | 115 | | Windows | x64, x86 | Windows 8.1/Server 2012 | Experimental | | | |
| 116 | 116 | | Windows | arm64 | >= Windows 10 | Tier 2 | | | |
| 117 | - | macOS | x64 | >= 10.15 | Tier 1 | For notes about compilation see [^5] | | ||
| 118 | - | macOS | arm64 | >= 11 | Tier 1 | | | ||
| 117 | + | macOS | x64 | >= 11.0 | Tier 1 | For notes about compilation see [^5] | | ||
| 118 | + | macOS | arm64 | >= 11.0 | Tier 1 | | | ||
| 119 | 119 | | SmartOS | x64 | >= 18 | Tier 2 | | | |
| 120 | 120 | | AIX | ppc64be >=power8 | >= 7.2 TL04 | Tier 2 | | | |
| 121 | 121 | | FreeBSD | x64 | >= 12.4 | Experimental | | | |
@@ -143,7 +143,7 @@ platforms. This is true regardless of entries in the table below. | |||
| 143 | 143 | Furthermore, compiling on x86 Windows is Experimental and | |
| 144 | 144 | may not be possible. | |
| 145 | 145 | ||
| 146 | - [^5]: Our macOS x64 Binaries are compiled with 10.15 as a target. Xcode11 is | ||
| 146 | + [^5]: Our macOS x64 Binaries are compiled with 11.0 as a target. Xcode 13 is | ||
| 147 | 147 | required to compile. | |
| 148 | 148 | ||
| 149 | 149 | ### Supported toolchains | |
@@ -154,7 +154,7 @@ Depending on the host platform, the selection of toolchains may vary. | |||
| 154 | 154 | | ---------------- | -------------------------------------------------------------- | | |
| 155 | 155 | | Linux | GCC >= 10.1 | | |
| 156 | 156 | | Windows | Visual Studio >= 2019 with the Windows 10 SDK on a 64-bit host | | |
| 157 | - | macOS | Xcode >= 11 (Apple LLVM >= 11) | | ||
| 157 | + | macOS | Xcode >= 13 (Apple LLVM >= 12) | | ||
| 158 | 158 | ||
| 159 | 159 | ### Official binary platforms and toolchains | |
| 160 | 160 | ||
@@ -163,8 +163,8 @@ Binaries at <https://nodejs.org/download/release/> are produced on: | |||
| 163 | 163 | | Binary package | Platform and Toolchain | | |
| 164 | 164 | | ----------------------- | ----------------------------------------------------------------------------------------------------------- | | |
| 165 | 165 | | aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 10 | | |
| 166 | - | darwin-x64 | macOS 11, Xcode 12 with -mmacosx-version-min=10.15 | | ||
| 167 | - | darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode 12 with -mmacosx-version-min=10.15 | | ||
| 166 | + | darwin-x64 | macOS 11, Xcode 13 with -mmacosx-version-min=11.0 | | ||
| 167 | + | darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode 13 with -mmacosx-version-min=11.0 | | ||
| 168 | 168 | | linux-arm64 | RHEL 8 with GCC 10[^6] | | |
| 169 | 169 | | linux-armv7l | Cross-compiled on RHEL 8 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools)[^7] | | |
| 170 | 170 | | linux-ppc64le | RHEL 8 with gcc-toolset-10[^6] | | |
@@ -244,7 +244,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`. | |||
| 244 | 244 | ||
| 245 | 245 | #### macOS prerequisites | |
| 246 | 246 | ||
| 247 | - * Xcode Command Line Tools >= 11 for macOS | ||
| 247 | + * Xcode Command Line Tools >= 13 for macOS | ||
| 248 | 248 | * Python >=3.6 <=3.11 (see note above) | |
| 249 | 249 | * For test coverage, your Python installation must include pip. | |
| 250 | 250 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -528,7 +528,7 @@ | |||
| 528 | 528 | 'GCC_ENABLE_CPP_RTTI': 'NO', # -fno-rtti | |
| 529 | 529 | 'GCC_ENABLE_PASCAL_STRINGS': 'NO', # No -mpascal-strings | |
| 530 | 530 | 'PREBINDING': 'NO', # No -Wl,-prebind | |
| 531 | - 'MACOSX_DEPLOYMENT_TARGET': '10.15', # -mmacosx-version-min=10.15 | ||
| 531 | + 'MACOSX_DEPLOYMENT_TARGET': '11.0', # -mmacosx-version-min=11.0 | ||
| 532 | 532 | 'USE_HEADERMAP': 'NO', | |
| 533 | 533 | 'OTHER_CFLAGS': [ | |
| 534 | 534 | '-fno-strict-aliasing', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments