[go: up one dir, main page]

Menu

Tree [05593e] viking-1.0 /
 History

HTTPS access


File Date Author Commit
 doc 2010-11-17 Guilhem Bonnefille Guilhem Bonnefille [09d47a] Merge branch 'i18n-launchpad' into master
 help 2010-11-17 Guilhem Bonnefille Guilhem Bonnefille [05593e] Releasing viking 1.0
 m4 2007-12-12 Guilhem Bonnefille Guilhem Bonnefille [7a4315] Fix warning: underquoted definition of AM_WITH_...
 maintainer 2010-11-17 Guilhem Bonnefille Guilhem Bonnefille [09d47a] Merge branch 'i18n-launchpad' into master
 po 2010-11-17 Guilhem Bonnefille Guilhem Bonnefille [feb003] Remove duplicates msgid
 src 2010-11-17 Guilhem Bonnefille Guilhem Bonnefille [09d47a] Merge branch 'i18n-launchpad' into master
 test 2010-11-01 Guilhem Bonnefille Guilhem Bonnefille [2bf635] Merge branch 'master' into i18n-launchpad
 tools 2010-06-08 Guilhem Bonnefille Guilhem Bonnefille [37dd04] Merge branch 'i18n-launchpad'
 win32 2009-07-14 Guilhem Bonnefille Guilhem Bonnefille [e270cd] Merge 'viking-0.9.7'
 .gitignore 2010-11-01 Guilhem Bonnefille Guilhem Bonnefille [2bf635] Merge branch 'master' into i18n-launchpad
 AUTHORS 2010-06-08 Guilhem Bonnefille Guilhem Bonnefille [37dd04] Merge branch 'i18n-launchpad'
 COPYING 2005-09-01 Evan Battaglia Evan Battaglia [50a145] Initial revision
 ChangeLog 2009-09-21 Guilhem Bonnefille Guilhem Bonnefille [71cea3] Merge commit 'viking-0.9.9' into gobjectify-map...
 ChangeLog.0 2009-09-21 Guilhem Bonnefille Guilhem Bonnefille [71cea3] Merge commit 'viking-0.9.9' into gobjectify-map...
 HACKING 2010-03-13 Guilhem Bonnefille Guilhem Bonnefille [1f78e1] Merge commit 'viking-0.9.91' into help
 INSTALL 2010-06-08 Guilhem Bonnefille Guilhem Bonnefille [37dd04] Merge branch 'i18n-launchpad'
 Makefile.am 2010-06-08 Guilhem Bonnefille Guilhem Bonnefille [37dd04] Merge branch 'i18n-launchpad'
 NEWS 2010-11-17 Guilhem Bonnefille Guilhem Bonnefille [05593e] Releasing viking 1.0
 README 2010-06-08 Guilhem Bonnefille Guilhem Bonnefille [37dd04] Merge branch 'i18n-launchpad'
 TODO 2007-02-14 Guilhem Bonnefille Guilhem Bonnefille [d3e9e4] Cleanup
 VIKING-REMOTE 2005-09-01 Evan Battaglia Evan Battaglia [50a145] Initial revision
 autogen.sh 2010-06-08 Guilhem Bonnefille Guilhem Bonnefille [37dd04] Merge branch 'i18n-launchpad'
 configure.ac 2010-11-17 Guilhem Bonnefille Guilhem Bonnefille [05593e] Releasing viking 1.0
 viking-remote 2005-09-01 Evan Battaglia Evan Battaglia [50a145] Initial revision
 viking.doap 2010-03-13 Guilhem Bonnefille Guilhem Bonnefille [1f78e1] Merge commit 'viking-0.9.91' into help
 viking.spec.in 2009-07-14 Guilhem Bonnefille Guilhem Bonnefille [e270cd] Merge 'viking-0.9.7'

Read Me

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.