]> git.street.me.uk Git - andy/viking.git/blame - README
Fix: generate doc/reference/Makefile when needed
[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
6Installing Viking
7=================
50a14534 8
2fb826fd 9If you downloaded viking from Git, you have to:
8c3b75bb 10 $ autogen.sh
50a14534 11
1f8b0db7 12Next, or if you downloaded a tarball, you have to:
8c3b75bb
GB
13 $ ./configure
14 $ make
50a14534 15
cdcaf41c
QT
16Check output of "./configure --help" for configuration options.
17In particular, it is possible to disable some features, like --disable-google in order to disable any Google stuff.
18
1f8b0db7 19If you whish to install viking, you have to (as root):
8c3b75bb 20 # make install
50a14534 21
8c3b75bb 22For detailled explaination on install, see INSTALL file.
50a14534 23
8c3b75bb
GB
24Examples
25========
50a14534 26
8c3b75bb 27See test/ subdirectory for examples.
50a14534 28
8c3b75bb
GB
29Documentation
30=============
50a14534 31
8c3b75bb
GB
32See doc/ and help/ subdirectories for documentation.
33You can also access user manual via Help menu entry.