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
committerMyles Borins <mylesborins@google.com>2019-12-13 18:50:41 +0300
commitb3ae532392284860dc30b213f086245819bb7c51 (patch)
treec545428f923dbb13edf06f0a16b43db0333b8602
parent71c6d44efa237d64d68c9ff0fc25c709c6d98b7c (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>
-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.**