diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-04-12 11:48:32 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-04-12 11:48:32 -0700 |
commit | b1c14f0b7404c3a920eca38ebd25b304cef76ae6 (patch) | |
tree | 14bc136d8d18bce371e08427e6689d4566584809 /src | |
parent | d6067d1d4a313222d251b4ad7f292f154afe5532 (diff) | |
parent | 4c3e9dc529969fc6bd2e2b1e362603457575020a (diff) |
Merge pull request #41 from SaberUK/configure-cleanup
Configure cleanup.
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/extra/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/extra/README b/src/modules/extra/README index 6dc9bb18a..2478b57cf 100644 --- a/src/modules/extra/README +++ b/src/modules/extra/README @@ -3,8 +3,7 @@ For example, m_filter_pcre requires the PCRE libraries. To compile any of these modules first ensure you have the required dependencies (read the online documentation at http://wiki.inspircd.org/) and then symlink -the .cpp file from this directory into the parent directory (src/modules/) and -re-configure your inspircd with ./configure -modupdate to detect the new module. +the .cpp file from this directory into the parent directory (src/modules/). Alternatively, use the command: ./configure --enable-extras=m_extra.cpp, which will automatically take care of symlinking the module of that name and any headers it needs |