]> git.street.me.uk Git - andy/viking.git/blob - README
[DOC] Document the Mapnik Rendering Layer capability.
[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, generate maps (using Mapnik),
4 see real-time GPS position, Geotag Images,
5 control items, upload/download OSM Traces and more.
6 It is written mainly in C with some C++ and uses the GTK+2 toolkit.
7
8 Website: http://viking.sf.net/
9
10
11 Obtaining Viking
12 ================
13
14 You can download tarball of latest released version at
15 http://sourceforge.net/projects/viking/files
16
17 You can also retrieve the latest development version on the official
18 Git repository:
19   $ git clone git://git.code.sf.net/p/viking/code viking
20
21 Installing Viking
22 =================
23
24 If you downloaded Viking from Git, you have to:
25   $ ./autogen.sh
26
27 Next, or if you downloaded a tarball, you have to:
28   $ ./configure
29   $ make
30
31 Check output of "./configure --help" for configuration options.  In
32 particular, it is possible to disable some features, like
33 --disable-google in order to disable any Google stuff.
34
35 If you wish to install Viking, you have to (as root):
36   # make install
37
38 For detailed explanation on the install on Unix like systems,
39 see the INSTALL file.
40
41 Examples
42 ========
43
44 See test/ subdirectory for examples.
45
46 Documentation
47 =============
48
49 See doc/ and help/ subdirectories for documentation.
50 You can also access user manual via Help menu entry.