summaryrefslogtreecommitdiffstats
path: root/contrib/ldns/README.svn
blob: cd402d49c1b0a8e846ae0ecc0e6dedfacdee0307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

# The ldns subversion repository can found at:
# www.nlnetlabs.nl/ldns/svn/

# small list of commands to build all on a linux system
# libtoolize is needed for most other targets

# on Solaris, and other systems that may not have
# the default 'automake' and 'aclocal' script aliases,
# the correct versions may need to be set. On those
# systems, the 'autoreconf' line should be changed to:
# AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 autoreconf

# older versions of libtoolize do not support --install
# so you might need to remove that (with newer versions
# it is needed)
libtoolize -c --install
autoreconf --install
./configure --with-examples --with-drill # --with-pyldns
make
make doc  # needs doxygen for the html pages
(cd pcat && autoreconf && ./configure && make)
(cd examples/nsd-test && autoreconf && ./configure && make)
OpenPOWER on IntegriCloud