summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2016-07-04 17:29:46 +0200
committerTomek Mrugalski <tomasz@isc.org>2016-07-04 17:29:46 +0200
commit6e136f374532861aa1cd8d91195b2020a4234470 (patch)
treec091d2b095447db7f2844676dabcfd5934e11008 /INSTALL
parent[4283] Made boost at least includes (vs libraries) (diff)
downloadkea-6e136f374532861aa1cd8d91195b2020a4234470.tar.xz
kea-6e136f374532861aa1cd8d91195b2020a4234470.zip
[4283] Dependency on boost reworded slightly.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 79ff846035..7f27ad2093 100644
--- 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