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:
authorRich Trott <rtrott@gmail.com>2019-12-11 18:03:05 +0300
committerRich Trott <rtrott@gmail.com>2019-12-13 18:25:44 +0300
commit6143e0079a9df0bd646ef0b67e445d9aa700bb19 (patch)
tree39d1b8c0ec32e6f81527effe5819764bdd2ce3b0 /BUILDING.md
parent923d8bc733262cf960b62a02f113cfb0412b5834 (diff)
doc: clarify build support text
Revise compilation/execution support text to keep it shorter, simpler, and hopefully easier to read/understand. PR-URL: https://github.com/nodejs/node/pull/30899 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 64497be6231..b63901297b1 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -84,12 +84,10 @@ will be updated to reflect those changes.
### Platform list
-Compiling and running Node.js is supported for a limited set of operating
-systems, architectures and libc versions. The table below lists the
-combinations that the core team has committed to supporting and the nature of
-that support as per the support tiers above. A list of
-[supported compile toolchains](#supported-toolchains) is also supplied for
-tier 1 platforms.
+Node.js compilation/execution support depends on operating system, architecture,
+and libc version. The table below lists the support tier for each supported
+combination. A list of [supported compile toolchains](#supported-toolchains) is
+also supplied for tier 1 platforms.
**For production applications, run Node.js on supported platforms only.**