Skip to content

Commit b810ab9

Browse files
committed
Move Troubleshooting after Releasing for better flow
1 parent 9c1faf7 commit b810ab9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@ CC=clang-18 CXX=clang++-18 cmake -B build -DCMAKE_BUILD_TYPE=Release
6363
cmake --build build
6464
```
6565

66-
## Troubleshooting
67-
68-
**`GLIBC_2.xx not found` when loading the plugin on Linux**
69-
70-
Plugins are linked against glibc at build time and require the same or newer version at
71-
runtime. A plugin built on Ubuntu 24.04 will not load on a server running Ubuntu 22.04.
72-
73-
To maximize compatibility, build on an older OS. GitHub Actions runners (Ubuntu 22.04)
74-
are a good default for this reason.
75-
7666
## Project Structure
7767

7868
```
@@ -104,6 +94,16 @@ builds for both Windows and Linux, and attaches the binaries to the release.
10494

10595
Use **dry run** to preview without making changes.
10696

97+
## Troubleshooting
98+
99+
**`GLIBC_2.xx not found` when loading the plugin on Linux**
100+
101+
Plugins are linked against glibc at build time and require the same or newer version at
102+
runtime. A plugin built on Ubuntu 24.04 will not load on a server running Ubuntu 22.04.
103+
104+
To maximize compatibility, build on an older OS. GitHub Actions runners (Ubuntu 22.04)
105+
are a good default for this reason.
106+
107107
## Documentation
108108

109109
For more on the Endstone API, see the [documentation](https://endstone.dev/latest/).

0 commit comments

Comments
 (0)