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