Fork of GPLIGC -- http://pc12-c714.uibk.ac.at/GPLIGC/GPLIGC.php
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
doc | 6 years ago | |
images | 6 years ago | |
perl | 4 years ago | |
src | 6 years ago | |
win | 6 years ago | |
.gitignore | 10 months ago | |
COPYING | 6 years ago | |
ChangeLog | 6 years ago | |
INSTALL | 6 years ago | |
Makefile.am | 6 years ago | |
Makefile.in | 4 years ago | |
README | 6 years ago | |
aclocal.m4 | 6 years ago | |
compile | 6 years ago | |
config.guess | 6 years ago | |
config.h.in | 6 years ago | |
config.sub | 6 years ago | |
configure | 6 years ago | |
configure.ac | 6 years ago | |
depcomp | 6 years ago | |
install-sh | 6 years ago | |
missing | 6 years ago |
README
GPLIGC and openGLIGCexplorer Authors: Hannes Krueger Bug reports / Support / Forum http://sourceforge.net/projects/gpligc/support Mailing list There is a gpligc-announce mailing list, which will inform you about any updates (extremely low traffic) https://lists.sourceforge.net/lists/listinfo/gpligc-announce Documentation: For detailed information read the manual (GPLIGC_Manual.pdf) Installation instructions: tar xvzf gpligc-version.tar.gz cd gpligc-version ./configure make sudo make install in some cases you'll have to specify paths for includes and libraries using variables. e.g. on OpenBSD you may use these options for the configure script: ./configure CPPFLAGS="-I/usr/X11R6/include -I/usr/local/include/" LDFLAGS="-L/usr/local/lib -L/usr/X11R6/lib" Configure options some packages/options can be enabled/disabled using command line arguments for configure: gpsd (gps daemon): optional support for gpsd will be built into the ogie binary, if libgps is found. to disable the checking for gpsd use --without-gpsd as an argument to ./configure osmesa (offscreen rendering with Mesa): optional support for osmesa can be disabled by --disable-osmesa as an argument to ./configure more details on 'configure' can be found in the generic instructions in the file INSTALL and in the output of ./configure --help