X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/469856bf9dec2656433baaa976b9af84d79769ae..22f536eab0ef962226db23c9f7ba51b6ae50977d:/README diff --git a/README b/README index 5bd497ab..9807e6ff 100644 --- a/README +++ b/README @@ -1,4 +1,7 @@ -Viking is a free/open source program to manage GPS data. You can import, plot and create tracks and waypoints, show OSM, Terraserver and other maps, see real-time GPS position, get geocaches, control items, etc. It is written in C & the GTK+2 toolkit. +Viking is a free/open source program to manage GPS data. You can +import, plot and create tracks and waypoints, show OSM, Terraserver +and other maps, see real-time GPS position, get geocaches, control +items, etc. It is written in C & the GTK+2 toolkit. Website: http://viking.sf.net/ @@ -16,17 +19,18 @@ Git repo: Installing Viking ================= -If you downloaded viking from Git, you have to: - $ autogen.sh +If you downloaded Viking from Git, you have to: + $ ./autogen.sh Next, or if you downloaded a tarball, you have to: $ ./configure $ make -Check output of "./configure --help" for configuration options. -In particular, it is possible to disable some features, like --disable-google in order to disable any Google stuff. +Check output of "./configure --help" for configuration options. In +particular, it is possible to disable some features, like +--disable-google in order to disable any Google stuff. -If you whish to install viking, you have to (as root): +If you wish to install Viking, you have to (as root): # make install For detailled explaination on install, see INSTALL file.