ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/README
Revision: 2061
Committed: Thu May 16 09:52:06 2013 UTC (10 years, 10 months ago) by michael
File size: 2472 byte(s)
Log Message:
- Update README

File Contents

# User Rev Content
1 lusky 1580 Contact Information:
2    
3     * Bug Reports:
4     - bugs@ircd-hybrid.org
5     * General Discussion and Support mailing list:
6     - https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
7     - hybrid@lists.ircd-hybrid.org
8 michael 2061 * IRC contact:
9     - #ircd-coders on irc.ircd-hybrid.org
10 lusky 1580
11 adx 30 ******************************* IMPORTANT *************************************
12    
13     ************ Note for those who don't bother reading docs ***************
14     * - Reading INSTALL is now a must, as the old DPATH is now specified *
15     * when configure is run. *
16     * You now need to ./configure --prefix="/path/to/install/it" *
17 michael 1513 * - The old config format WILL NOT WORK. Please see doc/example.conf ! *
18     * - The old kline, dline, xline format WILL NOT WORK. *
19 adx 30 *************************************************************************
20    
21     ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
22     IN IT WITHOUT PERFORMING AT LEAST 'make clean', THINGS _WILL_ BREAK. IT IS
23     RECOMMENDED THAT YOU RUN 'make distclean' AND THEN RERUN './configure'!
24    
25     ******************************* REQUIREMENTS **********************************
26    
27     Necessary Requirements:
28    
29     - A supported platform (look below)
30    
31 michael 974 - A working dynamic load library
32 adx 30
33     Feature Specific Requirements:
34    
35 michael 1314 - For the SSL Challenge controlled OPER feature, compressed and/or
36     SSL/TLS server links, as well as SSL/TLS client connections,
37     a working OpenSSL library is required
38 adx 30
39     - For encrypted oper and (optional) server passwords, a working DES and/or
40     MD5 library
41    
42 michael 1513 - For regular expression based kline{} and gecos{} blocks, the
43     PCRE - Perl Compatible Regular Expressions library is required
44    
45 adx 30 *******************************************************************************
46    
47     - See the INSTALL document for info on configuring and compiling
48     ircd-hybrid.
49    
50     - Please read doc/index.txt to get an overview of the current documentation.
51    
52     - TESTED PLATFORMS: The code has been tested on the following platforms, and
53     is known to run properly.
54 lusky 1269 (FIXME: this list is out of date)
55 lusky 1580 CentOS 5.8
56     Red Hat Linux 9
57     Ubuntu 12.04
58 michael 1816 FreeBSD 9.1
59 michael 1691 OpenBSD 5.2
60     Arch Linux 2012.12.01
61 michael 1757 Debian GNU/Hurd 0.3
62 adx 30
63     - /etc/resolv.conf must exist for the resolver to work.
64    
65 lusky 1580 - Please read NEWS for information about what is in this release.
66 adx 30
67 michael 1803 - Other files recommended for reading: INSTALL
68 adx 30
69     --------------------------------------------------------------------------------
70 knight 31 $Id$

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision