]> git.street.me.uk Git - andy/viking.git/blame_incremental - README
Support using multiple Viking files with relative paths.
[andy/viking.git] / README
... / ...
CommitLineData
1Viking is a free/open source program to manage GPS data. You can
2import, plot and create tracks and waypoints, show OSM, Terraserver
3and other maps, see real-time GPS position, get geocaches, control
4items, etc. It is written in C & the GTK+2 toolkit.
5
6Website: http://viking.sf.net/
7
8
9Obtaining Viking
10================
11
12You can download tarball of latest released version at
13http://sourceforge.net/projects/viking/files
14
15You can also retrieve the latest development version on the official
16Git repo:
17 $ git clone git://viking.git.sourceforge.net/gitroot/viking/viking
18
19Installing Viking
20=================
21
22If you downloaded Viking from Git, you have to:
23 $ ./autogen.sh
24
25Next, or if you downloaded a tarball, you have to:
26 $ ./configure
27 $ make
28
29Check output of "./configure --help" for configuration options. In
30particular, it is possible to disable some features, like
31--disable-google in order to disable any Google stuff.
32
33If you wish to install Viking, you have to (as root):
34 # make install
35
36For detailled explaination on install, see INSTALL file.
37
38Examples
39========
40
41See test/ subdirectory for examples.
42
43Documentation
44=============
45
46See doc/ and help/ subdirectories for documentation.
47You can also access user manual via Help menu entry.