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