INSTALL 601 B

123456789101112131415
  1. If using git (not the tarball), build the "configure" file:
  2. autoreconf --install
  3. To then build from source:
  4. ./configure
  5. make
  6. Kea depends on C++ compiler, make, libtool, boost (at least includes),
  7. log4cplus and one crypto library (either OpenSSL or Botan) for
  8. compilation. Optional backends (MySQL, PostgreSQL and Cassandra) have
  9. additional dependencies. For detailed installation directions, see the
  10. guide at doc/guide/kea-guide.txt or doc/guide/kea-guide.html.
  11. You can find user-contributed OS-specific build/installation
  12. instructions on the Kea wiki: http://kea.isc.org/wiki/Install