]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - src/modules/extra/README
3ab898258ad0e005626b518a469673c2aeeee70d
[user/henk/code/inspircd.git] / src / modules / extra / README
1 This directory stores modules which require external libraries to compile.
2 For example, m_filter_pcre requires the PCRE libraries.
3
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
6 the .cpp file from this directory into the parent directory (src/modules/) and
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.