X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=a2f80ce73dc20f8aacc80bc2d3bb16d87c8a7376;hb=19c45a0a9443b55aa850d57c46a73349552b9835;hp=3c7a10fb00304bf992c58803f07e99bbad599fd7;hpb=b327e1498df04ec20075e6f4d9859f0650d9b3e9;p=collectd.git diff --git a/README b/README index 3c7a10fb..a2f80ce7 100644 --- a/README +++ b/README @@ -618,9 +618,9 @@ Prerequisites * libclntsh (optional) Used by the `oracle' plugin. - * libcredis (optional) - Used by the `redis' plugin. Please note that you require a 0.2.2 version - or higher. + * libhiredis (optional) + Used by the redis plugin. Please note that you require a 0.10.0 version + or higher. * libcurl (optional) If you want to use the `apache', `ascent', `bind', `curl', `curl_json', @@ -873,6 +873,23 @@ Configuring with libjvm Adding "-ljvm" to the JAVA_LDFLAGS is done automatically, you don't have to do that. +Generating the configure script +------------------------------- + +Collectd ships with a `build.sh' script to generate the `configure' +script shipped with releases. + +To generate the `configure` script, you'll need the following dependencies: + +- autoconf +- automke +- flex +- bison +- libtool +- libtool-ltdl + +The `build.sh' script takes no arguments. + Crosscompiling --------------