]> git.street.me.uk Git - andy/viking.git/blob - README
Fix URL display of Map tiles
[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 On 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
26 nettle-dev libzip-dev libicu-dev
27
28 If you downloaded Viking from Git, you have to:
29   $ ./autogen.sh
30
31 Next, or if you downloaded a tarball, you have to:
32   $ ./configure
33   $ make
34
35 Check output of "./configure --help" for configuration options.  In
36 particular, it is possible to disable some features, like
37 --disable-google in order to disable any Google stuff.
38
39 If you wish to install Viking, you have to (as root):
40   # make install
41
42 For detailed explanation on the install on Unix like systems,
43 see the INSTALL file.
44
45 Examples
46 ========
47
48 See test/ subdirectory for examples.
49
50 Documentation
51 =============
52
53 See doc/ and help/ subdirectories for documentation.
54 You can also access user manual via Help menu entry.