INSTALL 645 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, but many
  7. OSes require boost-system library), log4cplus and one crypto library (either
  8. OpenSSL or Botan) for compilation. Optional backends (MySQL, PostgreSQL and
  9. Cassandra) have additional dependencies. For detailed installation directions,
  10. see the 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