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