nuclear@0: To compile just type make. Install a recent version of the g++ compiler, nuclear@0: preferable 4.7, as the code is written according to the recent C++11 standard. nuclear@0: nuclear@0: Copyright 2012 John Tsiombikas nuclear@0: You may use, modify, and distribute the program under the terms of the GNU nuclear@0: General Public License version 3, or at your option, any later version published nuclear@0: by the Free Software Foundation. See COPYING for details. nuclear@0: nuclear@0: Dependencies: nuclear@0: - GLUT: http://freeglut.sourceforge.net nuclear@0: - libimago: http://code.google.com/p/libimago