Go to file
Solomon Peachy c2c3a220da ... 2019-01-29 21:16:19 -05:00
doc initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
images initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
perl Add support for true airspeed (TAS) in IGC files. 2017-08-10 20:45:14 -04:00
src initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
win initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
.gitignore add a gitignore file. 2017-08-10 20:39:40 -04:00
COPYING initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
ChangeLog initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
INSTALL initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
Makefile.am initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
Makefile.in ... 2019-01-29 21:16:19 -05:00
README initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
aclocal.m4 initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
compile initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
config.guess initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
config.h.in initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
config.sub initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
configure initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
configure.ac initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
depcomp initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
install-sh initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00
missing initial commit -- gpligc 1.10.1 2017-08-10 20:33:14 -04:00

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