ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/README
Revision: 7667
Committed: Wed Jul 20 17:09:36 2016 UTC (7 years, 8 months ago) by michael
File size: 2853 byte(s)
Log Message:
- Fixed svn properties

File Contents

# User Rev Content
1 lusky 1580 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 michael 1929 * IRC contact:
8     - #ircd-coders on irc.ircd-hybrid.org
9 lusky 1580
10 michael 5609 Recommended IRC services packages:
11 michael 7201 - Anope 2.0.3 and above, which can be found on http://anope.org
12 michael 5609 - HOPM (hybrid open proxy monitor), which can be found on http://ircd-hybrid.org
13 michael 4773
14 adx 30 ******************************* 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 michael 1823 * - The old config format WILL NOT WORK. Please see doc/reference.conf !*
21 michael 1513 * - The old kline, dline, xline format WILL NOT WORK. *
22 adx 30 *************************************************************************
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 michael 974 - A working dynamic load library
33 adx 30
34     Feature Specific Requirements:
35 michael 7182 - For TLS server links, as well as TLS client connections, a working
36     LibreSSL/OpenSSL or GnuTLS library is required
37 michael 4506 - For encrypted operator, server and auth passwords, a working DES, MD5, or
38 michael 2259 SHA library
39 michael 4506 - For ISO 3166 alpha-2 two letter country code enabled resv {} blocks, a working
40 michael 2255 libGeoIP is required
41    
42 adx 30 *******************************************************************************
43    
44 michael 6526 - See the INSTALL document for info on configuring and compiling ircd-hybrid.
45 adx 30
46     - Please read doc/index.txt to get an overview of the current documentation.
47    
48 michael 3188 - TESTED PLATFORMS: The code has been tested on the following platforms, and
49 adx 30 is known to run properly.
50 michael 6710 CentOS 5.8, 6.7, 7.0
51 lusky 1580 Red Hat Linux 9
52 michael 4416 Ubuntu 10.10, 12.04, 14.04
53 michael 1829 FreeBSD 9.1
54 michael 6614 OpenBSD 5.2, 5.7, 5.8
55 michael 1692 Arch Linux 2012.12.01
56 michael 7620 Debian GNU/Linux 7.6, 8.0, 8.5
57 michael 1756 Debian GNU/Hurd 0.3
58 michael 7331 Raspbian Jessie
59 michael 4397 openSUSE 13.1
60 michael 5607 Mac OS X 10.10 (Yosemite)
61 adx 30
62     - /etc/resolv.conf must exist for the resolver to work.
63    
64 lusky 1580 - Please read NEWS for information about what is in this release.
65 adx 30
66 michael 6526 - Development process can be followed on GitHub at https://github.com/ircd-hybrid/ircd-hybrid
67 adx 30
68 michael 6526 - Anonymous SVN access is also available:
69     Latest cutting-edge: svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk
70     Latest stable branch (8.2.x): svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x
71    
72 knight 31 $Id$

Properties

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