To compile just type make. Install a recent version of the g++ compiler,
preferable 4.7, as the code is written according to the recent C++11 standard.

Copyright 2012 John Tsiombikas <nuclear@member.fsf.org>
You may use, modify, and distribute the program under the terms of the GNU
General Public License version 3, or at your option, any later version published
by the Free Software Foundation. See COPYING for details.

Dependencies:
 - GLUT: http://freeglut.sourceforge.net
 - libimago: http://code.google.com/p/libimago
