Hey,
I’m looking for the SDL3 devel package(s) in CentOS Stream 10..
When I do a yum search I only see the library SO package:
$ yum search SDL3
Last metadata expiration check: 0:07:41 ago on Fri Nov 21 14:52:45 2025.
============================================================================================ Name Exactly Matched: SDL3 ============================================================================================
SDL3.x86_64 : Cross-platform multimedia library
Which contains:
$ yum repoquery -l SDL3.x86_64
Last metadata expiration check: 0:07:44 ago on Fri Nov 21 14:52:45 2025.
/usr/lib/.build-id
/usr/lib/.build-id/db
/usr/lib/.build-id/db/cea6f53d4d6bf7bb304560555562f8d1a3ba08
/usr/lib64/libSDL3.so.0
/usr/lib64/libSDL3.so.0.2.4
/usr/share/doc/SDL3
/usr/share/doc/SDL3/BUGS.txt
/usr/share/doc/SDL3/CREDITS.md
/usr/share/doc/SDL3/README.md
/usr/share/licenses/SDL3
/usr/share/licenses/SDL3/LICENSE.txt
Now the lib doesn’t seem very useful to me without the corresponding devel package to allow compilation of apps that use the lib
.
Is there some logic to this?
Or a timeline?
Any other place to where I should move this question?
Any hints welcome,
Thanks,
–Menno