]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/Anope/README
Update preliminary ngIRCd protocol module for Anope 1.9.6
[ngircd-alex.git] / contrib / Anope / README
1
2                      ngIRCd - Next Generation IRC Server
3                            http://ngircd.barton.de/
4
5                (c)2001-2012 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.6, 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 (only tested with 1.9.6!),
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.6-source.tar.gz
27  $ cd anope-1.9.6-source
28  $ for p in .../ngircd/contrib/Anope/*.patch ; do patch -p1 < $p ; done
29  $ ./Config
30  $ cd build
31  $ make
32  $ make install
33
34 Please have a look at the file doc/Services.txt for more information about
35 how to set up ngIRCd and Anope.