Compilation :
For the last release i used:
For all these packages you need to do something like ./configure ; make ;
make install (Be careful for the last one you need to be root.) There is
an order in the packages installation. (SDL, JPEG, IMAGE, SMPEG, GFX)
I put the binaries of those libs under the lib directory. I'm not sure it's
gonna work to compile the project, but it won't work during runtime. You
will need to change your /etc/ld.so.conf to add the directory and run ldconfig
(as root), or copy those libs in a very known directory for libs... aka /usr/lib
or /usr/local/lib.
Hope it will help someone.