You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For SDL3: pkg-config --exists sdl3 (pkg-config --modversion sdl3)
For SDL2: use sdl2-config if found - else try pkg-config --exists sdl2 or pkg-config --exists sdl2-compat (pkg-config --modversion sdl2?)
For SDL3:
pkg-config --exists sdl3(pkg-config --modversion sdl3)For SDL2: use
sdl2-configif found - else trypkg-config --exists sdl2orpkg-config --exists sdl2-compat(pkg-config --modversion sdl2?)