This document describes how to build this software under Linux. 1. Make sure you have the following software installed: Python 2.3 or 2.4 (http://www.python.org) SDL 1.2 (http://www.libsdl.org) And, if possible: wxPython (http://www.wxpython.org) IPython (http://ipython.scipy.org) 2. Compile the source by running: make linux-tryout 3. Everything you need will be installed in the tryout directory. Do the following to start the player: cd tryout ./play_linux This script assumes python can be started with `python'. If this is not the case, modify the play_linux script accordingly. If you want to install directly instead of making a tryout version, run: make linux-install