]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4283] Dependency on boost reworded slightly.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 4 Jul 2016 15:29:46 +0000 (17:29 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 4 Jul 2016 15:29:46 +0000 (17:29 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index 79ff8460353521b1a113beb83aebf1575ea13325..7f27ad2093cc0f2158d8eb3f30c5537f05cc43a7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,11 +5,11 @@ To then build from source:
     ./configure
     make
 
-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.
+Kea depends on C++ compiler, make, libtool, boost (at least includes, but many
+OSes require boost-system library), 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/Install