Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh Cripps <acripps@redhat.com>2021-07-30 13:05:50 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-08-01 15:59:28 +0300
commit4d60ee8d1cbd6a74f690cbc65b87736374d635ac (patch)
tree9b9050e44a23b8b1601cb89360129f12ba93f6dc /BUILDING.md
parent4f9fd8d2449e3bd6aa47cfca47cac45ab077612c (diff)
doc: update min mac ver + move mac arm64 to tier 1
Update the minimum macos version that can compile to match the xcode requirements. Also move mac arm64 to tier 1. refs: https://github.com/nodejs/node/issues/39584#issuecomment-889701855 PR-URL: https://github.com/nodejs/node/pull/39586 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 6f54601b5a0..06cfaff6052 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -113,8 +113,8 @@ platforms. This is true regardless of entries in the table below.
| Windows | x86 (native) | >= Windows 8.1/2012 R2 | Tier 1 (running) / Experimental (compiling) <sup>[6](#fn6)</sup> | |
| Windows | x64, x86 | Windows Server 2012 (not R2) | Experimental | |
| Windows | arm64 | >= Windows 10 | Tier 2 (compiling) / Experimental (running) | |
-| macOS | x64 | >= 10.13 | Tier 1 | |
-| macOS | arm64 | >= 11 | Experimental | |
+| macOS | x64 | >= 10.13 | Tier 1 | For notes about compilation see <sup>[8](#fn8)</sup> |
+| macOS | arm64 | >= 11 | Tier 1 | |
| SmartOS | x64 | >= 18 | Tier 2 | |
| AIX | ppc64be >=power7 | >= 7.2 TL04 | Tier 2 | |
| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup>[7](#fn7)</sup> |
@@ -155,6 +155,10 @@ may not be possible.
FreeBSD 12.1 upgrades to 8.0.1. Other Clang/LLVM versions are available
via the system's package manager, including Clang 9.0.
+<em id="fn8">8</em>: Our macOS x64 Binaries are compiled with 10.13 as a target.
+However there is no guarantee compiling on 10.13 will work as Xcode11 is
+required to compile.
+
### Supported toolchains
Depending on the host platform, the selection of toolchains may vary.