]> git.street.me.uk Git - andy/viking.git/blob - README
Merge branch 'i18n-launchpad'
[andy/viking.git] / README
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.
2
3 Website: http://viking.sf.net/
4
5
6 Installing Viking
7 =================
8
9 If you downloaded viking from Git, you have to:
10   $ autogen.sh
11
12 Next, or if you downloaded a tarball, you have to:
13   $ ./configure
14   $ make
15
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.
18
19 If you whish to install viking, you have to (as root):
20   # make install
21
22 For detailled explaination on install, see INSTALL file.
23
24 Examples
25 ========
26
27 See test/ subdirectory for examples.
28
29 Documentation
30 =============
31
32 See doc/ and help/ subdirectories for documentation.
33 You can also access user manual via Help menu entry.