+ * New adnshost utility - currently only a usage message :-).
[adns] / INSTALL
CommitLineData
95ecb688 1INSTALLATION INSTRUCTIONS for ADNS
2
3 $ ./configure
4 $ make
5 # make install
6
7Unfortunately, since this is a beta, there is no good documentation
8yet. For now, use the comments in the public header file adns.h.
9
10
11You will find that adns requires a reasonably standard and up to date
12system.
13
14In particular, the build system assumes that you have ELF shared
15libraries. If you don't then please don't send me patches to support
16your kind of shared libraries, and don't send me patches to use
17libtool. I'm not interested in supporting non-ELF shared libraries.
18However, if you send me an appropriate patch I'd be willing to make it
19easy or automatic to disable the ELF shared library arrangements.
20
e39ec089 21You will probably find that GNU Make is required.
95ecb688 22
23
24COPYRIGHT
25
26This file, INSTALL, contains installation instructions and other
27details for adns.
28
29adns is Copyright (C)1997-9 Ian Jackson <ian@davenant.greenend.org.uk>.
30
31adns is free software; you can redistribute it and/or modify it under
32the terms of the GNU General Public License as published by the Free
33Software Foundation; either version 2 of the License, or (at your
34option) any later version.
35
36This program is distributed in the hope that it will be useful, but
37WITHOUT ANY WARRANTY; without even the implied warranty of
38MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
39General Public License for more details.
40
41You should have received a copy of the GNU General Public License
42along with userv as the file COPYING; if not, email me at the address
43above or write to the Free Software Foundation, 59 Temple Place -
44Suite 330, Boston, MA 02111-1307, USA.