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