Add origin comment
[viking/guyou.git] / README
blobc16e4abaeec1d96c33a960615775f3eb31f8ca73
1 Viking 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.
3 Website: http://viking.sf.net/
6 Installing Viking
7 =================
9 If you downloaded viking from Git, you have to:
10   $ autogen.sh
12 Next, or if you downloaded a tarball, you have to:
13   $ ./configure
14   $ make
16 Check output of "./configure --help" for configuration options.
17 In particular, it is possible to disable some features, like --disable-google in order to disable any Google stuff.
19 If you whish to install viking, you have to (as root):
20   # make install
22 For detailled explaination on install, see INSTALL file.
24 Examples
25 ========
27 See test/ subdirectory for examples.
29 Documentation
30 =============
32 See doc/ and help/ subdirectories for documentation.
33 You can also access user manual via Help menu entry.