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