ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/README
Revision: 4077
Committed: Fri Jun 27 15:33:43 2014 UTC (9 years, 9 months ago) by michael
File size: 2586 byte(s)
Log Message:
- Update NEWS, 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 1929 * 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 1823 * - The old config format WILL NOT WORK. Please see doc/reference.conf !*
18 michael 1513 * - 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 michael 2269
34 adx 30 Feature Specific Requirements:
35    
36 michael 1314 - For the SSL Challenge controlled OPER feature, compressed and/or
37     SSL/TLS server links, as well as SSL/TLS client connections,
38     a working OpenSSL library is required
39 adx 30
40 michael 2259 - For encrypted oper, server and auth passwords, a working DES, MD5, or
41     SHA library
42 adx 30
43 michael 2345 - For ISO 3166 alpha-2 two letter country code enabled resv{} blocks, a working
44 michael 2255 libGeoIP is required
45    
46 adx 30 *******************************************************************************
47    
48     - See the INSTALL document for info on configuring and compiling
49     ircd-hybrid.
50    
51     - Please read doc/index.txt to get an overview of the current documentation.
52    
53 michael 3188 - TESTED PLATFORMS: The code has been tested on the following platforms, and
54 adx 30 is known to run properly.
55 michael 4077 (If you want to help us to keep this list up to date, please send us an
56     email to bugs@ircd-hybrid.org with some info about the operating system)
57 lusky 1580 CentOS 5.8
58     Red Hat Linux 9
59     Ubuntu 12.04
60 michael 1829 FreeBSD 9.1
61 michael 1692 OpenBSD 5.2
62     Arch Linux 2012.12.01
63 michael 1756 Debian GNU/Hurd 0.3
64 michael 3989 Mac OS X 10.9 (Mavericks)
65 adx 30
66     - /etc/resolv.conf must exist for the resolver to work.
67    
68 lusky 1580 - Please read NEWS for information about what is in this release.
69 adx 30
70 michael 1804 - Other files recommended for reading: INSTALL
71 adx 30
72     --------------------------------------------------------------------------------
73 knight 31 $Id$

Properties

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