]> git.street.me.uk Git - andy/viking.git/commitdiff
More dependencies needed, specified in the README
authorDavide Del Vento <davide.del.vento@gmail>
Sat, 5 Aug 2017 01:16:28 +0000 (19:16 -0600)
committerDavide Del Vento <davide.del.vento@gmail>
Sat, 5 Aug 2017 01:16:28 +0000 (19:16 -0600)
README

diff --git a/README b/README
index b195a2ad51ba1f576386c760f46c6faf2e9c4cdb..96c8ca15c89396f645815c5917a11e1f25d467f7 100644 (file)
--- a/README
+++ b/README
@@ -21,10 +21,23 @@ Git repository:
 Installing Viking
 =================
 
+Dependencies
+------------
+
 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
 
+The following packages are needed (they are included by default in Debian Sid, but not in other distributions). They
+must be installed too:
+  # sudo apt-get install libcurl4-gnutls-dev libgtk2.0-dev
+
+The following packages are also used, but they can be disabled with configure option, if desired:
+  # sudo apt-get install libsqlite3-dev nettle-dev libmapnik-dev
+
+Actual Build
+------------
+
 If you downloaded Viking from Git, you have to:
   $ ./autogen.sh