]> git.street.me.uk Git - andy/viking.git/blame - README
Rename supports_if_modified_since to supports_download_only_new as it also contains...
[andy/viking.git] / README
CommitLineData
8c3b75bb
GB
1Viking is a free/open source program to manage GPS data. You can import and plot tracks and waypoints, show Terraserver maps under it, add coordinate lines, make new tracks and waypoints, hide different things, etc. It is written in C with the GTK+ 2.
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.