Skip to content
Advertisement

Tag: sdl-2

Undefined references to functions found within SDL2/SDL2_framerate.h

I’m having an issue compiling my code which is using the library. First of all, I have ran a sudo apt-get install libsdl2-* and installed everything they could give me. Next up, I manually built the darned thing. I found the source online at this url. I’m not exactly sure where to put the compile .so object I generated with:

How to install SDL2 library in Fedora 20

There is a question about the SDL package (SDL 1.2) in Fedora in StackOverflow. But I can’t found any about SDL2 in Fedora, and I am having troubles to install the SDL2 package. I search and the command to install SDL2 in Fedora is: sudo yum install SDL2* But still having problems to found the #include “SDL2/SDL.h”.. After looking in

Advertisement