1To install sdlroids, you need SDL 1.1.0 or newer. You optionally want
2SDL_mixer as well. It's not required however.
3
4You can find them both at http://www.libsdl.org/
5
6Compilation steps:
7
8	1) Run ./configure
9	2) Run make
10	3) Run make install
11
12If you install from CVS, you need to run ./autogen.sh prior to the
13steps above.
14