We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bda7cb commit 40ff83bCopy full SHA for 40ff83b
BUILDING.md
@@ -175,6 +175,11 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
175
| win-arm64 | Windows Server 2022 (x64) with Visual Studio 2022 |
176
| win-x64 | Windows Server 2022 (x64) with Visual Studio 2022 |
177
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
+
183
<!--lint disable final-definition-->
184
185
[^5]: Binaries produced on these systems require libstdc++12, available
0 commit comments