Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > fff948ba35a5ae9f9dfbad3da9c22cf6 > files > 19

viking-1.1-1.fc14.x86_64.rpm

Viking is a free/open source program to manage GPS data. You can import and plot tracks and waypoints, show Terraserver maps under it, add coordinate lines, make new tracks and waypoints, hide different things, etc. It is written in C with the GTK+ 2.

Website: http://viking.sf.net/


Installing Viking
=================

If you downloaded viking from Git, you have to:
  $ autogen.sh

Next, or if you downloaded a tarball, you have to:
  $ ./configure
  $ make

Check output of "./configure --help" for configuration options.
In particular, it is possible to disable some features, like --disable-google in order to disable any Google stuff.

If you whish to install viking, you have to (as root):
  # make install

For detailled explaination on install, see INSTALL file.

Examples
========

See test/ subdirectory for examples.

Documentation
=============

See doc/ and help/ subdirectories for documentation.
You can also access user manual via Help menu entry.