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