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