We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218339f commit 0e7eb1cCopy full SHA for 0e7eb1c
README.md
@@ -63,6 +63,13 @@ CC=clang-18 CXX=clang++-18 cmake -B build -DCMAKE_BUILD_TYPE=Release
63
cmake --build build
64
```
65
66
+### A note on glibc (Linux)
67
+
68
+Plugins built on Linux are linked against glibc and can only run on servers with the same or
69
+newer glibc version. A plugin built on Ubuntu 24.04 will not load on a server running
70
+Ubuntu 22.04. To maximize compatibility, build on an older OS. GitHub Actions runners
71
+(Ubuntu 22.04) are a good default for this reason.
72
73
## Project Structure
74
75
0 commit comments