ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/README
(Generate patch)

Comparing:
ircd-hybrid/README.FIRST (file contents), Revision 33 by knight, Sun Oct 2 20:50:00 2005 UTC vs.
ircd-hybrid-7.3/README (file contents), Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC

# Line 1 | Line 1
1 If you don't read this first, we won't help you.
2 :-)
3
1   ******************************* IMPORTANT *************************************
2  
3    ************ Note for those who don't bother reading docs ***************
4    * - Reading INSTALL is now a must, as the old DPATH is now specified    *
5    *   when configure is run.                                              *
6    *   You now need to ./configure --prefix="/path/to/install/it"          *
7 <  * - The old config format WILL NOT WORK. Please see etc/example.conf ! *
8 <  * - The old kline, dline, xline, gline format WILL NOT WORK.
7 >  * - The old config format WILL NOT WORK. Please see etc/example.conf !  *
8 >  * - The old kline, dline, xline, gline format WILL NOT WORK.            *
9    *************************************************************************
10  
11    ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
# Line 21 | Line 18 | Necessary Requirements:
18  
19   - A supported platform (look below)
20  
21 < - A working dynamic load library, unless
25 <  compiling statically, without module
26 <  support.
21 > - A working dynamic load library
22  
23   Feature Specific Requirements:
24  
25   - For the SSL Challenge controlled OPER feature and encrypted server links,
26    a working OpenSSL library
27  
28 < - For compressed server links,
34 <  a working zlib library and includes (zlib.h)
28 > - For compressed server links, a working zlib library and includes (zlib.h)
29  
30   - For encrypted oper and (optional) server passwords, a working DES and/or
31    MD5 library
# Line 43 | Line 37 | Feature Specific Requirements:
37  
38   - Please read doc/index.txt to get an overview of the current documentation.
39  
46 - A good place for general help, discussions, and suggestions for ircd-hybrid
47  can be found at http://www.forum.ircd-hybrid.org
48
40   - There is also a mailing list for general discussion of Hybrid.  To subscribe
41    to the Hybrid List, use this link:
42    https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
# Line 63 | Line 54 | Feature Specific Requirements:
54  
55   - DARWIN AND MACOS X USERS: You must be using at least the December 2001
56    Development Tools from Apple to build ircd-hybrid with shared modules.
66  Before then you MUST disable shared modules, as we do not have the proper
67  flags for cc(1) prior to that point to produce shared modules.
57  
58   - TESTED PLATFORMS:  The code has been tested on the following platforms, and
59    is known to run properly.
# Line 72 | Line 61 | Feature Specific Requirements:
61    cvs version from ten15.org)
62    Linux glibc 2.2/2.3
63    Solaris 2.6/7/8
75  Cygwin 1.3.22 (no shared modules yet)
64    OpenBSD 2.8-3.2
65    HP-UX 11.00-11.22
66    IRIX64 6.5.19 (gcc only; MIPSpro is unconfirmed)
# Line 92 | Line 80 | Feature Specific Requirements:
80  
81   - /etc/resolv.conf must exist for the resolver to work.
82  
83 < - Please read RELNOTES and doc/whats-new.txt for information about what is in
83 > - Please read NEWS for information about what is in
84    this release.
85  
86   - Other files recommended for reading: BUGS, INSTALL

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)