]> git.street.me.uk Git - andy/viking.git/blame - README
Make a newly loaded file layer more accessible in the layers panel
[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
c5209538 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
93fa7a86
RN
28If you downloaded Viking from Git, you have to:
29 $ ./autogen.sh
50a14534 30
1f8b0db7 31Next, or if you downloaded a tarball, you have to:
8c3b75bb
GB
32 $ ./configure
33 $ make
50a14534 34
c85a3d4b
GT
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.
cdcaf41c 38
93fa7a86 39If you wish to install Viking, you have to (as root):
8c3b75bb 40 # make install
50a14534 41
c119ec35
RN
42For detailed explanation on the install on Unix like systems,
43see the INSTALL file.
50a14534 44
8c3b75bb
GB
45Examples
46========
50a14534 47
8c3b75bb 48See test/ subdirectory for examples.
50a14534 49
8c3b75bb
GB
50Documentation
51=============
50a14534 52
8c3b75bb
GB
53See doc/ and help/ subdirectories for documentation.
54You can also access user manual via Help menu entry.