chiark / gitweb /
Add AD handling to TODO.
[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 Copyright (C)1997-9 Ian Jackson <ian@davenant.greenend.org.uk>.
30
31 adns is free software; you can redistribute it and/or modify it under
32 the terms of the GNU General Public License as published by the Free
33 Software Foundation; either version 2 of the License, or (at your
34 option) any later version.
35
36 This program is distributed in the hope that it will be useful, but
37 WITHOUT ANY WARRANTY; without even the implied warranty of
38 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
39 General Public License for more details.
40
41 You should have received a copy of the GNU General Public License
42 along with userv as the file COPYING; if not, email me at the address
43 above or write to the Free Software Foundation, 59 Temple Place -
44 Suite 330, Boston, MA 02111-1307, USA.