Skip to content

Commit 2a0ae95

Browse files
committed
doc: clarify Linux runtime requirements for >25
Due to the switch to Clang on Linux for building the official releases, the binaries now require libatomic to run.
1 parent 2bda7cb commit 2a0ae95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BUILDING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
183183
[^6]: Binaries produced on these systems are compatible with glibc >= 2.28
184184
and libstdc++ >= 6.0.25 (`GLIBCXX_3.4.25`). These are available on
185185
distributions natively supporting GCC 8.1 or higher, such as Debian 10,
186-
RHEL 8 and Ubuntu 20.04.
186+
RHEL 8 and Ubuntu 20.04. Starting with Node.js 25, official Linux binaries
187+
are linked with libatomic and these systems must have the libatomic runtime
188+
installed and available at execution time to run the binaries.
187189

188190
<!--lint enable final-definition-->
189191

0 commit comments

Comments
 (0)