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