]> git.street.me.uk Git - andy/viking.git/blobdiff - README
Improved method for Wikipedia i18n URL
[andy/viking.git] / README
diff --git a/README b/README
index 9d6866d1683efa4537b742077f17a358c0de21d0..b195a2ad51ba1f576386c760f46c6faf2e9c4cdb 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
 Viking is a free/open source program to manage GPS data. You can
 import, plot and create tracks, routes and waypoints, show OSM
 Viking is a free/open source program to manage GPS data. You can
 import, plot and create tracks, routes and waypoints, show OSM
-and other maps, see real-time GPS position, Geotag Images,
+and other maps, generate maps (using Mapnik),
+see real-time GPS position, Geotag Images,
 control items, upload/download OSM Traces and more.
 control items, upload/download OSM Traces and more.
-It is written in C & the GTK+2 toolkit.
+It is written mainly in C with some C++ and uses the GTK+2 toolkit.
 
 Website: http://viking.sf.net/
 
 
 Website: http://viking.sf.net/
 
@@ -20,6 +21,10 @@ Git repository:
 Installing Viking
 =================
 
 Installing Viking
 =================
 
+On debian Sid, following packages must be installed before building:
+  # sudo apt install gtk-doc-tools  gnome-doc-utils libpng-dev libgtk-3-dev libgexiv2-dev libgps-dev libbz2-dev libmagic-dev
+nettle-dev libzip-dev libicu-dev
+
 If you downloaded Viking from Git, you have to:
   $ ./autogen.sh
 
 If you downloaded Viking from Git, you have to:
   $ ./autogen.sh
 
@@ -34,7 +39,8 @@ particular, it is possible to disable some features, like
 If you wish to install Viking, you have to (as root):
   # make install
 
 If you wish to install Viking, you have to (as root):
   # make install
 
-For detailled explaination on install, see INSTALL file.
+For detailed explanation on the install on Unix like systems,
+see the INSTALL file.
 
 Examples
 ========
 
 Examples
 ========