ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/README
Revision: 5607
Committed: Mon Feb 23 22:49:29 2015 UTC (9 years, 1 month ago) by michael
File size: 2759 byte(s)
Log Message:
- Update README file. Added Mac OS X 10.10 (Yosemite) to supported platforms. Thanks to Daniel Oaks.

File Contents

# Content
1 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 * IRC contact:
9 - #ircd-coders on irc.ircd-hybrid.org
10
11 Recommended IRC services package:
12
13 - Anope 2.0.1 and above, which can be found on http://anope.org
14
15
16 ******************************* IMPORTANT *************************************
17
18 ************ Note for those who don't bother reading docs ***************
19 * - Reading INSTALL is now a must, as the old DPATH is now specified *
20 * when configure is run. *
21 * You now need to ./configure --prefix="/path/to/install/it" *
22 * - The old config format WILL NOT WORK. Please see doc/reference.conf !*
23 * - The old kline, dline, xline format WILL NOT WORK. *
24 *************************************************************************
25
26 ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
27 IN IT WITHOUT PERFORMING AT LEAST 'make clean', THINGS _WILL_ BREAK. IT IS
28 RECOMMENDED THAT YOU RUN 'make distclean' AND THEN RERUN './configure'!
29
30 ******************************* REQUIREMENTS **********************************
31
32 Necessary Requirements:
33
34 - A supported platform (look below)
35
36 - A working dynamic load library
37
38
39 Feature Specific Requirements:
40
41 - For the SSL Challenge controlled OPER feature, compressed and/or
42 SSL/TLS server links, as well as SSL/TLS client connections,
43 a working LibreSSL/OpenSSL library is required
44
45 - For encrypted operator, server and auth passwords, a working DES, MD5, or
46 SHA library
47
48 - For ISO 3166 alpha-2 two letter country code enabled resv {} blocks, a working
49 libGeoIP is required
50
51 *******************************************************************************
52
53 - See the INSTALL document for info on configuring and compiling
54 ircd-hybrid.
55
56 - Please read doc/index.txt to get an overview of the current documentation.
57
58 - TESTED PLATFORMS: The code has been tested on the following platforms, and
59 is known to run properly.
60 (If you want to help us to keep this list up to date, please send us an
61 email to bugs@ircd-hybrid.org with some info about the operating system)
62 CentOS 5.8, 7.0
63 Red Hat Linux 9
64 Ubuntu 10.10, 12.04, 14.04
65 FreeBSD 9.1
66 OpenBSD 5.2
67 Arch Linux 2012.12.01
68 Debian GNU/Linux 7.6
69 Debian GNU/Hurd 0.3
70 openSUSE 13.1
71 Mac OS X 10.10 (Yosemite)
72
73 - /etc/resolv.conf must exist for the resolver to work.
74
75 - Please read NEWS for information about what is in this release.
76
77 - Other files recommended for reading: INSTALL
78
79 --------------------------------------------------------------------------------
80 $Id$

Properties

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