Skip to content

Commit

Permalink
More glibc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Feb 6, 2025
1 parent 10e1c4e commit 7341dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/3:-Distributing-FNA-Games.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Graphics (Minimum): Direct3D 11 support (feature level 10_0)
Graphics (Recommended): Vulkan support
Linux:
OS: glibc 2.28+, 64-bit only
OS: glibc 2.31+, 64-bit only
Graphics (Minimum): OpenGL 3.0+ support (2.1 with ARB extensions acceptable)
Graphics (Recommended): Vulkan support
Expand Down
2 changes: 1 addition & 1 deletion docs/appendix/Appendix-A:-NativeAOT-on-PC.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Finally, to actually link the fnalibs, follow these platform-specific instructio
* Build the application.
* Copy the contents of `fnalibs/x64` into the generated output directory.
* **Linux:**
* NOTE: For maximum compatibility, we recommend you build using a distro with a low glibc version, like Rocky Linux 8.
* NOTE: For maximum compatibility, we recommend you build using an environment with a low glibc version, such as Steam Linux Runtime 3.0.
* Build SDL3 from source or install the SDL3 development package from a package manager, then use it to build FNA3D, FAudio, and Theorafile from source.
* Copy all the resulting \*.so files into your LD_LIBRARY_PATH (e.g. `/usr/local/lib64`). Make sure the symversioning is preserved during the copy!
* Build the application.
Expand Down

0 comments on commit 7341dab

Please sign in to comment.