From: Tomek Mrugalski Date: Fri, 1 Jul 2016 16:44:02 +0000 (+0200) Subject: [4283] Updated INSTALL file to explicitly mention dependencies. X-Git-Tag: trac4551_base~34^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1137ccfe978a456703b35904a009da3fabc56c4b;p=thirdparty%2Fkea.git [4283] Updated INSTALL file to explicitly mention dependencies. --- diff --git a/INSTALL b/INSTALL index 9ff786775e..6302f1eeb8 100644 --- a/INSTALL +++ b/INSTALL @@ -5,9 +5,11 @@ To then build from source: ./configure make -For detailed installation directions, see the guide -at doc/guide/kea-guide.txt or doc/guide/kea-guide.html. +Kea depends on C++ compiler, make, libtool, boost libraries, log4cplus +and one crypto library (either OpenSSL or Botan) for compilation. +Optional backends (MySQL, PostgreSQL and Cassandra) have +additional dependencies. For detailed installation directions, see the +guide at doc/guide/kea-guide.txt or doc/guide/kea-guide.html. You can find user-contributed OS-specific build/installation -instructions on the Kea wiki: -http://kea.isc.org/wiki/SystemSpecificNotes +instructions on the Kea wiki: http://kea.isc.org/wiki/Install