mention configure script generation (idea from @hugoduncan).
authorPierre-Yves Ritschard <pyr@spootnik.org>
Sun, 23 Nov 2014 12:27:58 +0000 (13:27 +0100)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Sun, 23 Nov 2014 12:27:58 +0000 (13:27 +0100)
fixes #818

README

diff --git a/README b/README
index 8a34781..a2f80ce 100644 (file)
--- a/README
+++ b/README
@@ -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
 --------------