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