]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - src/modules/extra/README
This is better now.
[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 -update to detect the new module.