== To Compile == from the directory containing this file: # mkdir build # cd build # cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local # make # make install To change the installation directory, edit the -DCMAKE_INSTALL_PREFIX= argument == To Build Doxygen Docs == from the directory containing this file: # doxygen Doxyfile This will generate the documentation in folder doxygen/ You must have Graphviz dot installed == Requires == cmake 2.4.0 - http://www.cmake.org/HTML/Download.html SDL boost