Prerequisites:

You'll need to have these libraries (with equivalent devel versions) to build Sporktris:

 libsdl1.2
 libsdl-image1.2
 libsdl-ttf2

These can all be found at http://www.libsdl.org

Compiling:

First cd into the game's directory (for instance, 'cd Sporktris_1.0'), then run the usual 'make' and (optionally) 'make install'. If you'd like to change where the game is installed, or where it puts its highscores and preference files, you can edit the make.conf file before running make.

Running:

If you prefer not to install the game, you can skip the 'make install' step, and run the game with 'src/sporktris data' (the first argument tells it where to find its data director). Otherwise, if you do run 'make install', just 'sporktris' should run the game.