summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/build-perl-module.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq/build-perl-module.md')
-rw-r--r--web/input/doc/faq/build-perl-module.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/input/doc/faq/build-perl-module.md b/web/input/doc/faq/build-perl-module.md
new file mode 100644
index 0000000..0ec97ac
--- /dev/null
+++ b/web/input/doc/faq/build-perl-module.md
@@ -0,0 +1,15 @@
1title: Building Nagios::Plugin
2parent: FAQ
3---
4
5# How do I build Nagios::Plugin?
6
7This is currently an optional setting at configure time. You need to run:
8
9 ./configure --enable-perl-modules
10
11Then, `make`, `make` `install`, `make` `test`, and `make` `clean` will include
12the Perl modules that are in the `perlmods/` directory as expected. They are
13installed into `$prefix/perl`.
14
15<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->