Goat3DGfx: mutant stargoat 3D graphics system Copyright (C) 2013 John Tsiombikas License: GNU General Public License v3 (or later). See COPYING for details. Dependencies: * libvmath: http://code.google.com/p/libvmath/ * libimago: http://code.google.com/p/libimago/ * libanim: http://code.google.com/p/libanim/ * libpsys: http://code.google.com/p/libpsys/ * Goat3D: http://code.google.com/p/goat3d/ * GoatVFS: http://code.google.com/p/goatvfs/ Install all of the above first, then: * On UNIX systems: make, then sudo make install (modify the PREFIX variable at the top of the Makefile if you so wish, installs to /usr/local by default). * On Windows: build with the included visual studio project file, then run install.bat as administrator (installs in C:\usr by default).