문제

So the basic SDL2 development libraries are within the repositories and easily accessed with yum, but what about the other SDL based libraries? I'm talking about SDL2_image or SDL2_mixer etc. Is there any way to get and use those? Fallowing the instructions from a post on stack overflow (here), they seem to be downloaded but are they SDL2? Or are they SDL 1.2? It would be really nice to know where to get SDL2.

도움이 되었습니까?

해결책

UPD as for SDL2_image, you can now install it with

$ sudo yum install SDL2_image

You can't install them from repos yet. I've just talked with SDL2 (co)maintainer, Igor Gnatenko, and he is willing to add these packages to Fedora repositories. So please wait a few days more.

다른 팁

yum install SDL_image* SDL_mixer*

This will include libraries and the devel package.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top