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

Comparing ircd-hybrid-8/README (file contents):
Revision 1314 by michael, Tue Mar 27 11:19:43 2012 UTC vs.
Revision 1513 by michael, Sun Aug 26 09:06:13 2012 UTC

# Line 4 | Line 4
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 doc/example.conf !  *
8 >  * - The old kline, dline, xline format WILL NOT WORK.                   *
9    *************************************************************************
10  
11    ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
# Line 29 | Line 29 | Feature Specific Requirements:
29   - For encrypted oper and (optional) server passwords, a working DES and/or
30    MD5 library
31  
32 + - For regular expression based kline{} and gecos{} blocks, the
33 +  PCRE - Perl Compatible Regular Expressions library is required
34 +
35   *******************************************************************************
36  
37   - See the INSTALL document for info on configuring and compiling
# Line 65 | Line 68 | Feature Specific Requirements:
68  
69   - If you are wondering why config.h no longer exists, it's because most
70    things that were once in config.h are now specified in the 'general'
71 <  block of ircd.conf.  Look at example.conf for more information about
72 <  these options. Many, notably syslog support and EFnet tweaks, are now
70 <  configure options (see ./configure --help for details.)
71 >  block of ircd.conf. Look at example.conf for more information about
72 >  these options.
73  
74   - /etc/resolv.conf must exist for the resolver to work.
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines