blob: fe9e85d0e9de1ae9341a2b7fc70b36d71327c47c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
title: Building Monitoring::Plugin
parent: FAQ
---
# How do I build Monitoring::Plugin?
This is currently an optional setting at configure time. You need to run:
$ ./configure --enable-perl-modules
Then, `make`, `make` `install`, `make` `test`, and `make` `clean` will include
the Perl modules that are in the `perlmods/` directory as expected. They are
installed into `$prefix/perl`.
<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->
|