ldns: Removed empty file common.h
[dragonfly.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 # (and these systems probably need gmake instead of make)
14
15 # older versions of libtoolize do not support --install
16 # so you might need to remove that (with newer versions
17 # it is needed)
18 libtoolize -c --install
19 autoreconf --install
20 ./configure
21 make
22 make doc  # needs doxygen for the html pages
23 (cd examples && autoreconf && ./configure && make)
24 (cd drill && autoreconf && ./configure && make)
25 (cd pcat && autoreconf && ./configure && make)
26 (cd examples/nsd-test && autoreconf && ./configure && make)