gpuray_glsl

view README @ 4:2ed3da7dc0bc

broken
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 10 Nov 2014 01:26:00 +0200
parents
children
line source
1 To compile just type make. Install a recent version of the g++ compiler,
2 preferable 4.7, as the code is written according to the recent C++11 standard.
4 Copyright 2012 John Tsiombikas <nuclear@member.fsf.org>
5 You may use, modify, and distribute the program under the terms of the GNU
6 General Public License version 3, or at your option, any later version published
7 by the Free Software Foundation. See COPYING for details.
9 Dependencies:
10 - GLUT: http://freeglut.sourceforge.net
11 - libimago: http://code.google.com/p/libimago