ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/README
Revision: 1921
Committed: Tue Apr 30 14:54:20 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/README
File size: 2518 byte(s)
Log Message:
- Forward-port -r1920 [Dropped PCRE support]

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    
9 adx 30 ******************************* IMPORTANT *************************************
10    
11 lusky 1580
12 adx 30 ************ Note for those who don't bother reading docs ***************
13     * - Reading INSTALL is now a must, as the old DPATH is now specified *
14     * when configure is run. *
15     * You now need to ./configure --prefix="/path/to/install/it" *
16 michael 1823 * - The old config format WILL NOT WORK. Please see doc/reference.conf !*
17 michael 1513 * - The old kline, dline, xline format WILL NOT WORK. *
18 adx 30 *************************************************************************
19    
20     ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
21     IN IT WITHOUT PERFORMING AT LEAST 'make clean', THINGS _WILL_ BREAK. IT IS
22     RECOMMENDED THAT YOU RUN 'make distclean' AND THEN RERUN './configure'!
23    
24     ******************************* REQUIREMENTS **********************************
25    
26     Necessary Requirements:
27    
28     - A supported platform (look below)
29    
30 michael 974 - A working dynamic load library
31 adx 30
32     Feature Specific Requirements:
33    
34 michael 1314 - For the SSL Challenge controlled OPER feature, compressed and/or
35     SSL/TLS server links, as well as SSL/TLS client connections,
36     a working OpenSSL library is required
37 adx 30
38     - For encrypted oper and (optional) server passwords, a working DES and/or
39     MD5 library
40    
41     *******************************************************************************
42    
43     - See the INSTALL document for info on configuring and compiling
44     ircd-hybrid.
45    
46     - Please read doc/index.txt to get an overview of the current documentation.
47    
48     - TESTED PLATFORMS: The code has been tested on the following platforms, and
49     is known to run properly.
50 lusky 1269 (FIXME: this list is out of date)
51 lusky 1580 CentOS 5.8
52     Red Hat Linux 9
53     Ubuntu 12.04
54 michael 1829 FreeBSD 9.1
55 michael 1692 OpenBSD 5.2
56     Arch Linux 2012.12.01
57 michael 1756 Debian GNU/Hurd 0.3
58 adx 30
59     - If you are wondering why config.h no longer exists, it's because most
60     things that were once in config.h are now specified in the 'general'
61 michael 1823 block of ircd.conf. Look at reference.conf for more information about
62 michael 1513 these options.
63 adx 30
64     - /etc/resolv.conf must exist for the resolver to work.
65    
66 lusky 1580 - Please read NEWS for information about what is in this release.
67 adx 30
68 michael 1804 - Other files recommended for reading: INSTALL
69 adx 30
70     --------------------------------------------------------------------------------
71 knight 31 $Id$

Properties

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