goat3dgfx

view README @ 32:7f0aed0fe289

uberized the configure script
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Mar 2014 17:40:51 +0200
parents
children
line source
1 Goat3DGfx: mutant stargoat 3D graphics system
3 Copyright (C) 2013 John Tsiombikas <nuclear@member.fsf.org>
4 License: GNU General Public License v3 (or later). See COPYING for details.
6 Dependencies:
7 * libvmath: http://code.google.com/p/libvmath/
8 * libimago: http://code.google.com/p/libimago/
9 * libanim: http://code.google.com/p/libanim/
10 * libpsys: http://code.google.com/p/libpsys/
11 * Goat3D: http://code.google.com/p/goat3d/
12 * GoatVFS: http://code.google.com/p/goatvfs/
14 Install all of the above first, then:
16 * On UNIX systems: make, then sudo make install (modify the PREFIX variable at
17 the top of the Makefile if you so wish, installs to /usr/local by default).
18 * On Windows: build with the included visual studio project file, then run
19 install.bat as administrator (installs in C:\usr by default).