ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/INSTALL
(Generate patch)

Comparing:
ircd-hybrid-7.2/INSTALL (file contents), Revision 925 by michael, Mon Nov 12 20:59:02 2007 UTC vs.
ircd-hybrid-8/INSTALL (file contents), Revision 1227 by michael, Sun Sep 18 12:28:35 2011 UTC

# Line 2 | Line 2
2  
3     $Id$
4  
5 <   Copyright (c) 1997-2007 IRCD-Hybrid Development Team
5 >   Copyright (c) 1997-2011 IRCD-Hybrid Development Team
6  
7       ----------------------------------------------------------------------
8  
# Line 35 | Line 35
35    
36     1.  Read the NEWS file to find out about the exciting new features in
37         this version. Other good reads are BUGS, etc/example.conf, and
38 <       README.FIRST.
39 <
40 <       An example.conf for EFnet is in etc/ with the values "approved" as of
41 <       October 12th, 2003 called example.efnet.conf.
38 >       README.
39  
40     2.  Run the configure script. It will create config.h and the
41 <       Makefiles to match your system. In hybrid-7, the paths are now handled
41 >       Makefiles to match your system. The paths are now handled
42         with the --prefix option to configure.
43         /usr/local/ircd is the default if no prefix is specified.
44  
# Line 114 | Line 111
111  
112            * --disable-zlib - Build the ircd without ziplinks support.
113  
117          * --disable-gline-voting - This is good for small networks or where
118            G-Line voting is not necessary. Please understand that by disabling
119            this, it will allow any operator with G-Line permissions to G-Line
120            someone without requiring the approval of 2 other operators. However,
121            it is useful if you use proxy scanners or services that do G-Lines.
114  
115     3.  Run 'make'; this should build the ircd.
116  
117 <   4.  Run 'make install'; this will install the server, modules(1), and tools
117 >   4.  Run 'make install'; this will install the server, modules, and tools
118         in the path with the prefix specified when configure was ran.
119  
128           (1) Unless the server was compiled without module support.
129
120     5.  If you wish to install the contrib modules, run 'make install' in the
121         contrib/ folder to compile and install the modules and help pages.
122  
# Line 145 | Line 135
135               their specific names.
136  
137     7.  If you are upgrading from Hybrid 5 or Hybrid 6, the config files
138 <       have changed drastically...
138 >       have changed drastically.
139  
140         By default, the kline file is named kline.conf, the dline file is
141 <       named dline.conf, the xline file is called xline.conf, and the gline
152 <       file is called gline.conf.
141 >       named dline.conf, and the xline file is called xline.conf.
142  
143         The nick resv file is named nresv.conf, channel resv file is named
144         cresv.conf.
# Line 168 | Line 157
157       on you, PLEASE contact bugs@ircd-hybrid.org ASAP with a backtrace of
158       the core. The Hybrid team can't fix bugs if no one tells us about them!
159  
171   - http://forum.ircd-hybrid.org/
172     We decided to create a phpBB-like forum about ircd-hybrid, where you
173     can get help from coders and admins, post your suggestions, modules etc.
174
160     - https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
161       Here you can subscribe to a mailing list for general discussion of Hybrid.
162  
# Line 184 | Line 169
169  
170     1.  Change to the directory containing the core file
171  
172 <   2.  Run gdb on the binary and the core file. With an unmodified Hybrid-7.2
172 >   2.  Run gdb on the binary and the core file. With an unmodified ircd-hybrid
173         installation, an example command line is below (in the /usr/local/ircd
174         directory)
175  

Diff Legend

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