SuperTuxKart Installation
=========================

First, make sure that you have the following packages installed:

  * OpenGL (or Mesa 3.0 or later)
  * PLIB version 1.8.0 or later . 
  * SDL version 1.2.4 or later

Then simply run:

  $ ./configure
  $ make

You can then run the game from the directory you extracted it to run:

  $ src/tuxkart

or (as 'root') you can install it into /usr/local/share/games/tuxkart
by typing;

  $  make install

See the file README for detailed instructions on how to play the game.

# EOF #
