Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 74719da

Browse filesBrowse files
joyeecheungaduh95
authored andcommitted
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. PR-URL: #60484 Refs: #37219 Refs: nodejs/build#4091 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Stewart X Addison <sxa@redhat.com>
1 parent ccc2637 commit 74719da
Copy full SHA for 74719da

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+5Lines changed: 5 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
175175
| win-arm64 | Windows Server 2022 (x64) with Visual Studio 2022 |
176176
| win-x64 | Windows Server 2022 (x64) with Visual Studio 2022 |
177177

178+
Starting with Node.js 25, official Linux binaries are linked with `libatomic` and these systems
179+
must have the `libatomic` runtime installed and available at execution time to run the binaries.
180+
The package name for the `libatomic` runtime is typically `libatomic` or `libatomic1` depending
181+
on your Linux distibution.
182+
178183
<!--lint disable final-definition-->
179184

180185
[^5]: Binaries produced on these systems require libstdc++12, available

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.