]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4283] Made boost at least includes (vs libraries)
authorFrancis Dupont <fdupont@isc.org>
Sat, 2 Jul 2016 12:44:52 +0000 (14:44 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 2 Jul 2016 12:44:52 +0000 (14:44 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index 6302f1eeb86426fdc6c82d4c515cdce6b027d972..79ff8460353521b1a113beb83aebf1575ea13325 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,9 +5,9 @@ To then build from source:
     ./configure
     make
 
-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
+Kea depends on C++ compiler, make, libtool, boost (at least includes),
+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.