X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=README;h=b6bdb4133fd731e00626f2726768c131588494e5;hp=8c8160ce92a200217571a7b49ae54095ba0ef6f5;hb=332cf199806de625661fa3a9bf9555f7a47ba9f9;hpb=86f6ca2b5631e3ba487e420a670a7203260c8371 diff --git a/README b/README index 8c8160ce..b6bdb413 100644 --- a/README +++ b/README @@ -472,9 +472,11 @@ Configuring / Compiling / Installing disable all plugins whose requirements cannot be fulfilled (any other plugin will be enabled). To enable a plugin, install missing dependencies (see section `Prerequisites' above) and rerun `configure'. If you specify the - `--enable-' configure option, you can force the plugin to be built. - This will most likely fail though unless you're working in a very unusual - setup and you really know what you're doing. + `--enable-' configure option, the script will fail if the depen- + dencies for the specified plugin are not met. If you specify the + `--disable-' configure option, the plugin will not be built. Both + options are meant for package maintainers and should not be used in everyday + situations. By default, collectd will be installed into `/opt/collectd'. You can adjust this setting by specifying the `--prefix' configure option - see INSTALL for