From: Sebastian Harl Date: Sun, 7 Dec 2014 22:41:04 +0000 (+0100) Subject: README: Added libfacter and librrd to list of prerequisites. X-Git-Tag: sysdb-0.7.0~112^2~11 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=08c90b0f662187af2a3938b2c511df52becc8737 README: Added libfacter and librrd to list of prerequisites. --- diff --git a/README b/README index f2bfa10..a681916 100644 --- a/README +++ b/README @@ -51,7 +51,7 @@ Prerequisites To compile the SysDB package from source you need: - * A build environment: autotools, libtool, C compiler, ... + * A build environment: autotools, libtool, C and C++ compilers, ... @@ -87,10 +87,22 @@ Prerequisites * libdbi: The database independent abstraction layer is used for database access by - the puppet::store-configs plugin. + the backend::puppet::store-configs plugin. + * libfacter: + The cfacter library for gathering facts about a system is used by the + backend::facter plugin to retrieve attributes about the local system. + + + + * librrd: + The RRDtool library is used by the timeseries::rrdtool plugin to retrieve + time-series from RRD files. + + + Testing -------