[go: up one dir, main page]

Menu

Tree [b1f2d5] viking-1.5 /
 History

HTTPS access


File Date Author Commit
 data 2013-06-25 Rob Norris Rob Norris [651f49] SF Bugs#97: Fix missing redownload settings of ...
 doc 2013-10-13 Rob Norris Rob Norris [b1f2d5] Releasing Viking 1.5
 help 2013-10-13 Rob Norris Rob Norris [b1f2d5] Releasing Viking 1.5
 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 2013-10-13 Rob Norris Rob Norris [1bfced] Add beginnings of Slovak translation.
 src 2013-10-12 Rob Norris Rob Norris [a22002] Remove OSM web link layer options so you now ge...
 test 2013-04-09 Rob Norris Rob Norris [863b76] Merge branch 'i18n-launchpad' into master
 tools 2013-07-31 Rob Norris Rob Norris [1621cb] Add option to the cache-mbtile tool to avoid op...
 win32 2013-10-13 Rob Norris Rob Norris [b1f2d5] Releasing Viking 1.5
 .gitignore 2013-09-03 Rob Norris Rob Norris [65af20] Ignore new output from autotools build system.
 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 2013-03-05 Rob Norris Rob Norris [beca79] Merge pull request #2 from gdt/maxzoom
 INSTALL 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 Makefile.am 2013-02-09 Rob Norris Rob Norris [d7603e] Restore help files to being part of the source ...
 NEWS 2013-10-13 Rob Norris Rob Norris [b1f2d5] Releasing Viking 1.5
 README 2013-03-05 Rob Norris Rob Norris [beca79] Merge pull request #2 from gdt/maxzoom
 TODO 2013-03-03 Rob Norris Rob Norris [657bb8] Merge branch 'LayerDefaultValues'
 autogen.sh 2010-06-08 Guilhem Bonnefille Guilhem Bonnefille [37dd04] Merge branch 'i18n-launchpad'
 configure.ac 2013-10-13 Rob Norris Rob Norris [b1f2d5] Releasing Viking 1.5
 viking.doap 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 viking.spec.in 2013-01-30 Rob Norris Rob Norris [29c93c] Merge branch 'i18n-launchpad'

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 wish 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.