]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ldns/README.svn
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ldns / README.svn
1
2 # The ldns subversion repository can found at:
3 # www.nlnetlabs.nl/ldns/svn/
4
5 # small list of commands to build all on a linux system
6 # libtoolize is needed for most other targets
7
8 # on Solaris, and other systems that may not have
9 # the default 'automake' and 'aclocal' script aliases,
10 # the correct versions may need to be set. On those
11 # systems, the 'autoreconf' line should be changed to:
12 # AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 autoreconf
13
14 # older versions of libtoolize do not support --install
15 # so you might need to remove that (with newer versions
16 # it is needed)
17 libtoolize -c --install
18 autoreconf --install
19 ./configure --with-examples --with-drill # --with-pyldns
20 make
21 make doc  # needs doxygen for the html pages
22 (cd pcat && autoreconf && ./configure && make)
23 (cd examples/nsd-test && autoreconf && ./configure && make)