From 21ea47a08e18202fa9a017481029c0a91e79cf03 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 11 Dec 2019 10:03:05 -0500 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: Jiawen Geng --- BUILDING.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index f6a2130137c783..09f158bb87a682 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -82,12 +82,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.**