blob: 9ff786775e53943a300d61db3cfe9d0989871f8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
If using git (not the tarball), build the "configure" file:
autoreconf --install
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.
You can find user-contributed OS-specific build/installation
instructions on the Kea wiki:
http://kea.isc.org/wiki/SystemSpecificNotes
|