From: Davide Del Vento Date: Sat, 5 Aug 2017 01:16:28 +0000 (-0600) Subject: More dependencies needed, specified in the README X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/5e12e54be7a2ae6b37fad81efa91645766f751e3 More dependencies needed, specified in the README --- diff --git a/README b/README index b195a2ad..96c8ca15 100644 --- 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