comparison INSTALL @ 197:24d4cd032da5 noffle

[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c, src/protocol.h,src/server.c: Merge with latest 1.0 branch. I do not intend to do any further merges from the 1.0 branch; future changes to 1.0 should be carried over by hand if necessary. * src/configfile.c,src/content.c,src/control.c,src/database.c, src/dynamicstring.c,src/fetch.c,src/filter.c,src/group.c, src/itemlist.c,src/lock.c,src/outgoing.c,src/over.c,src/post.c, src/pseudo.c,src/request.c,src/util.c: Minor includes rearrangement.
author bears
date Wed, 31 Oct 2001 11:44:53 +0000
parents 2467ff423c15
children 505a88ee6782
comparison
equal deleted inserted replaced
196:60a70c16d79c 197:24d4cd032da5
12 compiling the gdbm library! 12 compiling the gdbm library!
13 The reason for this warning is that there is an incompatibility between 13 The reason for this warning is that there is an incompatibility between
14 egcs and gcc that causes programs to crash on some distributions, depending 14 egcs and gcc that causes programs to crash on some distributions, depending
15 on the optimization level. 15 on the optimization level.
16 16
17 * The program "mail" must be available, because failed postings are returned 17 * 'sendmail' or any mail transfer agent with a sendmail compatible interface
18 to the sender by calling it (with option -s and by piping message text 18 (this includes Exim, qmail and Postfix) must be available. It is used
19 into it). 19 to return failed postings to the sender.
20
21 * The program "sort" must be available (standard with most distributions).
22 20
23 21
24 Compilation and installation 22 Compilation and installation
25 ---------------------------- 23 ----------------------------
26 24