README 1.3 KB

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