diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2016-07-01 18:44:02 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2016-07-01 18:44:02 +0200 |
commit | 1137ccfe978a456703b35904a009da3fabc56c4b (patch) | |
tree | 10e8ce08a2c6a76144db267d74d28654c1f1cee8 /INSTALL | |
parent | [4283] Compilation fix for boost issue on FreeBSD 10.0 (diff) | |
download | kea-1137ccfe978a456703b35904a009da3fabc56c4b.tar.xz kea-1137ccfe978a456703b35904a009da3fabc56c4b.zip |
[4283] Updated INSTALL file to explicitly mention dependencies.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |