]> git.street.me.uk Git - andy/viking.git/blame - README
Add and use keyboard accelerator shortcuts to be able to create the most likely used...
[andy/viking.git] / README
CommitLineData
75b3f44f 1Viking 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.
8c3b75bb
GB
2
3Website: http://viking.sf.net/
4
5
30de04e3
GB
6Obtaining Viking
7================
8
9You can download tarball of latest released version at
10http://sourceforge.net/projects/viking/files
11
12You can also retrieve the latest development version on the official
13Git repo:
14 $ git clone git://viking.git.sourceforge.net/gitroot/viking/viking
15
8c3b75bb
GB
16Installing Viking
17=================
50a14534 18
2fb826fd 19If you downloaded viking from Git, you have to:
8c3b75bb 20 $ autogen.sh
50a14534 21
1f8b0db7 22Next, or if you downloaded a tarball, you have to:
8c3b75bb
GB
23 $ ./configure
24 $ make
50a14534 25
cdcaf41c
QT
26Check output of "./configure --help" for configuration options.
27In particular, it is possible to disable some features, like --disable-google in order to disable any Google stuff.
28
1f8b0db7 29If you whish to install viking, you have to (as root):
8c3b75bb 30 # make install
50a14534 31
8c3b75bb 32For detailled explaination on install, see INSTALL file.
50a14534 33
8c3b75bb
GB
34Examples
35========
50a14534 36
8c3b75bb 37See test/ subdirectory for examples.
50a14534 38
8c3b75bb
GB
39Documentation
40=============
50a14534 41
8c3b75bb
GB
42See doc/ and help/ subdirectories for documentation.
43You can also access user manual via Help menu entry.