goat3dgfx

diff README @ 8:98f87a1dbb2f

added COPYING and README
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Nov 2013 03:35:20 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Mon Nov 18 03:35:20 2013 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +Goat3DGfx: mutant stargoat 3D graphics system
     1.5 +
     1.6 +Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org>
     1.7 +License: GNU General Public License v3 (or later). See COPYING for details.
     1.8 +
     1.9 +Dependencies:
    1.10 + * libvmath: http://code.google.com/p/libvmath/
    1.11 + * libimago: http://code.google.com/p/libimago/
    1.12 + * libanim: http://code.google.com/p/libanim/
    1.13 + * libpsys: http://code.google.com/p/libpsys/
    1.14 + * Goat3D: http://code.google.com/p/goat3d/
    1.15 + * GoatVFS: http://code.google.com/p/goatvfs/
    1.16 +
    1.17 +Install all of the above first, then:
    1.18 +
    1.19 + * On UNIX systems: make, then sudo make install (modify the PREFIX variable at
    1.20 +   the top of the Makefile if you so wish, installs to /usr/local by default).
    1.21 + * On Windows: build with the included visual studio project file, then run
    1.22 +   install.bat as administrator (installs in C:\usr by default).