]> git.street.me.uk Git - andy/viking.git/blame_incremental - README
[DOC] Mention XML configuration can override internal defaults.
[andy/viking.git] / README
... / ...
CommitLineData
1Viking is a free/open source program to manage GPS data. You can
2import, plot and create tracks, routes and waypoints, show OSM
3and other maps, generate maps (using Mapnik),
4see real-time GPS position, Geotag Images,
5control items, upload/download OSM Traces and more.
6It is written mainly in C with some C++ and uses the GTK+2 toolkit.
7
8Website: http://viking.sf.net/
9
10
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
18Git repository:
19 $ git clone git://git.code.sf.net/p/viking/code viking
20
21Installing Viking
22=================
23
24On debian Sid, following packages must be installed before building:
25 # sudo apt install gtk-doc-tools gnome-doc-utils libpng-dev libgtk-3-dev libgexiv2-dev libgps-dev libbz2-dev libmagic-dev
26nettle-dev libzip-dev libicu-dev
27
28If you downloaded Viking from Git, you have to:
29 $ ./autogen.sh
30
31Next, or if you downloaded a tarball, you have to:
32 $ ./configure
33 $ make
34
35Check output of "./configure --help" for configuration options. In
36particular, it is possible to disable some features, like
37--disable-google in order to disable any Google stuff.
38
39If you wish to install Viking, you have to (as root):
40 # make install
41
42For detailed explanation on the install on Unix like systems,
43see the INSTALL file.
44
45Examples
46========
47
48See test/ subdirectory for examples.
49
50Documentation
51=============
52
53See doc/ and help/ subdirectories for documentation.
54You can also access user manual via Help menu entry.