* Make sure that you have the following installed
  * FTGL v2.1.3~rc5 
  * Freetype v2.3.9
* Download and install SIP (http://www.riverbankcomputing.co.uk/software/sip)


Install using Make.  This works on both Ubuntu Linux and Mac OS X.
* Edit configure.py
  * makefile.extra_lflags 
  * makefile.extra_include_dirs
* python configure.py
* make
* make install


Install using distutils. This works on Ubuntu.
* python setup.py build
* python setup.py install
