Well. Just for explanation, my english isn’t so good, I’m brazilian, so, sorry for something wrong.
I’m having some problems while compiling the source code. I’m using Linux (more accurately OpenSuse 13.2), and using gcc. I’ve created a dir named Source-codes, and placed there the sources. When I do the make command on it, it goes building, until it stops saying it couldn’t find the “SDL.h” library, and some others which are in code/SDL2. Then I changed those includes, to a full path of these libs, “/home/…/SDL2/SDL.h”. But it again doesn’t build. Says that has some undefined functions. Maybe it’s just a directory problem? Or I need something more? I’ve searched and already has the libSDL, which includes those SDL libs. But it does not detects it…
If someone could help me, I’ll be very grateful.
From now, thanks.