gpuray_glsl

diff README @ 0:f234630e38ff

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 09 Nov 2014 13:03:36 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Sun Nov 09 13:03:36 2014 +0200
     1.3 @@ -0,0 +1,11 @@
     1.4 +To compile just type make. Install a recent version of the g++ compiler,
     1.5 +preferable 4.7, as the code is written according to the recent C++11 standard.
     1.6 +
     1.7 +Copyright 2012 John Tsiombikas <nuclear@member.fsf.org>
     1.8 +You may use, modify, and distribute the program under the terms of the GNU
     1.9 +General Public License version 3, or at your option, any later version published
    1.10 +by the Free Software Foundation. See COPYING for details.
    1.11 +
    1.12 +Dependencies:
    1.13 + - GLUT: http://freeglut.sourceforge.net
    1.14 + - libimago: http://code.google.com/p/libimago