
I already have 1.42 through apt-get, which is basically an automatic installer. But with the WIP, I had to download the source code and....do something with it. Compile, I guess.
But I'm lost at this point. Does anyone know what I should do? How to compile/install it etc?
Oh yea...from what the documentation says, I was supposed to do this :
# sh ./autogen.sh && gmake && gmake install
but the following errors appear :
# sh ./autogen.sh Generating build information using aclocal and autoconf...
./autogen.sh: line 6: sdl-config: command not found
./autogen.sh: line 6: aclocal: command not found
.
.
.
checking for a BSD-compatible install... /usr/bin/install -c
./configure: line 2917: syntax error near unexpected token `1.2.0,,AC_MSG_ERROR'
./configure: line 2917: `AM_PATH_SDL(1.2.0,,AC_MSG_ERROR(SDL >= 1.2.0 is required))'
WHAT HAPPEN LOL?

Thanks
