[go: up one dir, main page]

Menu

Tree [7d8e6b] viking-1.3.2 /
 History

HTTPS access


File Date Author Commit
 doc 2012-05-05 Guilhem Bonnefille Guilhem Bonnefille [50d2c5] [DOC] Declare VikWebtoolBounds in documentation
 help 2012-09-23 Rob Norris Rob Norris [7d8e6b] Releasing version 1.3.2
 m4 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 maintainer 2010-11-17 Guilhem Bonnefille Guilhem Bonnefille [09d47a] Merge branch 'i18n-launchpad' into master
 po 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 src 2012-09-23 Rob Norris Rob Norris [a41e85] Prevent compiler warning.
 test 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 tools 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 win32 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 .gitignore 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch '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 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 INSTALL 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 Makefile.am 2012-09-23 Rob Norris Rob Norris [fcd4ac] Fix 'make distcheck' to have a clean run.
 NEWS 2012-09-23 Rob Norris Rob Norris [7d8e6b] Releasing version 1.3.2
 README 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 TODO 2007-02-14 Guilhem Bonnefille Guilhem Bonnefille [d3e9e4] Cleanup
 Using the Viking jpeg module.doc 2011-05-24 Guilhem Bonnefille Guilhem Bonnefille [5a9cff] Merge branch 'i18n-launchpad' into viking-1.2.rc1
 autogen.sh 2010-06-08 Guilhem Bonnefille Guilhem Bonnefille [37dd04] Merge branch 'i18n-launchpad'
 configure.ac 2012-09-23 Rob Norris Rob Norris [7d8e6b] Releasing version 1.3.2
 viking.doap 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 viking.spec.in 2012-09-06 Rob Norris Rob Norris [6e5752] [Geotagging] Update RPM spec for new dependency.

Read Me

Viking is a free/open source program to manage GPS data. You can import, plot and create tracks and waypoints, show OSM, Terraserver and other maps, see real-time GPS position, get geocaches, control items, etc. It is written in C & the GTK+2 toolkit.

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


Obtaining Viking
================

You can download tarball of latest released version at
http://sourceforge.net/projects/viking/files

You can also retrieve the latest development version on the official
Git repo:
  $ git clone git://viking.git.sourceforge.net/gitroot/viking/viking

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.