summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4053192)
raw | patch | inline | side by side (parent: 4053192)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 26 Oct 2007 13:07:50 +0000 (15:07 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 26 Oct 2007 16:32:27 +0000 (18:32 +0200) |
This section contains basic information about the "--enabled-<plugin>"
configuration option as well as adopting the installation target.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
configuration option as well as adopting the installation target.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
README | patch | blob | history |
index 56dee295733b0459e38051e029b7ba4937abe2a8..37eee3eaeb2f51004ec9791532edda1fc9347564 100644 (file)
--- a/README
+++ b/README
particular.
+Configuring / Compiling / Installing
+------------------------------------
+
+ To configure, build and install collectd with the default settings, run
+ `./configure && make && make install'. For detailed, generic instructions
+ see INSTALL. For a complete list of configure options and their description,
+ run `./configure --help'.
+
+ By default, the configure script will check for all build dependencies and
+ 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-<plugin>' 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.
+
+ By default, collectd will be installed into `/opt/collectd'. You can adjust
+ this setting by specifying the `--prefix' configure option - see INSTALL for
+ details. If you pass DESTDIR=<path> to `make install', <path> will be
+ prefixed to all installation directories. This might be useful when creating
+ packages for collectd.
+
+
Crosscompiling
--------------