]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4283] Updated INSTALL file to explicitly mention dependencies.
authorTomek Mrugalski <tomasz@isc.org>
Fri, 1 Jul 2016 16:44:02 +0000 (18:44 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 1 Jul 2016 16:44:02 +0000 (18:44 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index 9ff786775e53943a300d61db3cfe9d0989871f8e..6302f1eeb86426fdc6c82d4c515cdce6b027d972 100644 (file)
--- 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