]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/Anope/README
Add preliminary ngIRCd protocol module for Anope 1.9
[ngircd-alex.git] / contrib / Anope / README
1
2                      ngIRCd - Next Generation IRC Server
3                            http://ngircd.barton.de/
4
5                (c)2001-2011 Alexander Barton and Contributors.
6                ngIRCd is free software and published under the
7                    terms of the GNU General Public License.
8
9                           -- contrib/Anope/README --
10
11
12 This directory contains two preliminary patches that (re-) add a ngIRCd
13 protocol module to the Anope 1.9 development branch. It has been tested
14 with Anope 1.9.4, there is no guarantee that it will work with other
15 versions as Anope 1.9.x is under heavy development ...
16
17 To build this Anope protocol module, you have to
18
19  - Download the Anope 1.9.x sources (tested with 1.9.4),
20  - Patch in the ngIRCd protocol module,
21  - Build and install Anope as usual,
22  - Configure Anope as usual, use "ngircd" as protocol module.
23
24 So the command sequence can be something like this:
25
26  $ tar xzf anope-1.9.4-source.tar.gz
27  $ cd anope-1.9.4-source
28  $ patch -p1 < .../ngircd/contrib/Anope/0001-Revert-Removed-ngircd.patch
29  $ patch -p1 < .../ngircd/contrib/Anope/0002-ngircd-whitespace-fixes.patch
30  $ ./Config
31  $ cd build
32  $ make
33  $ make install
34
35 Please have a look at the file doc/Services.txt for more information about
36 how to set up ngIRCd and Anope.