From: Sebastian Harl Date: Wed, 14 Nov 2007 13:20:32 +0000 (+0100) Subject: README: Added libperl to the list of dependencies. X-Git-Tag: collectd-4.3.0beta0~98 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=3aad16ec29456a5f73449d481e2be76b74f65926;p=collectd.git README: Added libperl to the list of dependencies. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/README b/README index aea155ed..d4964711 100644 --- a/README +++ b/README @@ -301,6 +301,10 @@ Prerequisites * libpcap (optional) Used to capture packets by the `dns' plugin. + * libperl (optional) + Obviously used by the `perl' plugin. The library has to be compiled with + ithread support (introduced in Perl 5.6.0). + * librrd (optional; headers and library; rrdtool 1.0 and 1.2 both work fine) If built without `librrd' the resulting binary will be `client only', i.e. will send its values via multicast and not create any RRD files itself.