diff --git a/BUILDING.md b/BUILDING.md index 569ea92722..5046104dec 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -175,6 +175,11 @@ Binaries at are produced on: | win-arm64 | Windows Server 2022 (x64) with Visual Studio 2022 | | win-x64 | Windows Server 2022 (x64) with Visual Studio 2022 | +Starting with Node.js 25, official Linux binaries are linked with `libatomic` and these systems +must have the `libatomic` runtime installed and available at execution time to run the binaries. +The package name for the `libatomic` runtime is typically `libatomic` or `libatomic1` depending +on your Linux distibution. + [^5]: Binaries produced on these systems require libstdc++12, available