]> git.street.me.uk Git - andy/viking.git/blob - README
SF Bugs#116: Fix erroneous usage of abs(). Use fabs() instead.
[andy/viking.git] / README
1 Viking is a free/open source program to manage GPS data. You can
2 import, plot and create tracks, routes and waypoints, show OSM
3 and other maps, see real-time GPS position, Geotag Images,
4 control items, upload/download OSM Traces and more.
5 It is written in C & the GTK+2 toolkit.
6
7 Website: http://viking.sf.net/
8
9
10 Obtaining Viking
11 ================
12
13 You can download tarball of latest released version at
14 http://sourceforge.net/projects/viking/files
15
16 You can also retrieve the latest development version on the official
17 Git repository:
18   $ git clone git://git.code.sf.net/p/viking/code viking
19
20 Installing Viking
21 =================
22
23 If you downloaded Viking from Git, you have to:
24   $ ./autogen.sh
25
26 Next, or if you downloaded a tarball, you have to:
27   $ ./configure
28   $ make
29
30 Check output of "./configure --help" for configuration options.  In
31 particular, it is possible to disable some features, like
32 --disable-google in order to disable any Google stuff.
33
34 If you wish to install Viking, you have to (as root):
35   # make install
36
37 For detailled explaination on install, see INSTALL file.
38
39 Examples
40 ========
41
42 See test/ subdirectory for examples.
43
44 Documentation
45 =============
46
47 See doc/ and help/ subdirectories for documentation.
48 You can also access user manual via Help menu entry.