diff options
author | cjihrig <cjihrig@gmail.com> | 2017-06-04 21:40:55 -0400 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2017-06-07 09:32:33 -0400 |
commit | 29b63a14dbffd06420cfdfbc6e3bad0200aa9e77 (patch) | |
tree | e8174592c10d156b3389ad8fc0bc87e4ad336f96 /BUILDING.md | |
parent | edd541957f6bb6fa4ccb56bd1f878172f631ce36 (diff) | |
download | node-new-29b63a14dbffd06420cfdfbc6e3bad0200aa9e77.tar.gz |
doc: update linux supported versions
The libuv 1.12.0 update bumped the minimum supported version
of linux + glibc. This commit updates BUILDING.md to reflect
the new values.
PR-URL: https://github.com/nodejs/node/pull/13306
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index fdd2f99f21..a00b00a5f8 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -35,7 +35,7 @@ Support is divided into three tiers: | System | Support type | Version | Architectures | Notes | |--------------|--------------|----------------------------------|----------------------|------------------| -| GNU/Linux | Tier 1 | kernel >= 2.6.18, glibc >= 2.5 | x86, x64, arm, arm64 | | +| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x86, x64, arm, arm64 | | | macOS | Tier 1 | >= 10.10 | x64 | | | Windows | Tier 1 | >= Windows 7 / 2008 R2 | x86, x64 | vs2015 or vs2017 | | SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 | |