~ubuntu-branches/ubuntu/oneiric/inspircd/oneiric-security

« back to all changes in this revision

Viewing changes to src/modules/extra/README

  • Committer: Bazaar Package Importer
  • Author(s): Darren Blaber
  • Date: 2008-04-21 12:51:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080421125101-m6lqhtn1wna8u2go
Tags: 1.1.19+dfsg-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
For example, m_filter_pcre requires the PCRE libraries.
3
3
 
4
4
To compile any of these modules first ensure you have the required dependencies
5
 
(read the online documentation at http://www.inspircd.org/wiki/) and then cp
 
5
(read the online documentation at http://www.inspircd.org/wiki/) and then symlink
6
6
the .cpp file from this directory into the parent directory (src/modules/) and
7
 
re-configure your inspircd with ./configure -update to detect the new module.
 
7
re-configure your inspircd with ./configure -modupdate to detect the new module.
 
8
 
 
9
NOTE: Some modules require you to copy other dependencies too, such as a related header.
 
10
If you get missing header errors when building these modules, check that the header is
 
11
not within modules/extra before checking for external dependencies.