Unfortunately, I didn't take the time to make a "configure" script that would set up makefiles all for you.
Please edit the two makefiles yourself, the one in src/ and the one in src/Moog.

Basically, you can try "make" right now. It is most likely that the only problem could be the include path for SDL.h.

First of all, you must have SDL installed. If you don't, go get it at http://www.libsdl.org

You will most probably only need to modify the include path for SDL include files.
Try modifying the value SDL_INCLUDE_PATH in both make files. There are good chances that you can find
where it is with the command "locate SDL.h".

Besides, "make install" won't work.
