summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 366e1e7)
raw | patch | inline | side by side (parent: 366e1e7)
author | Pierre-Yves Ritschard <pyr@spootnik.org> | |
Sun, 23 Nov 2014 12:27:58 +0000 (13:27 +0100) | ||
committer | Pierre-Yves Ritschard <pyr@spootnik.org> | |
Sun, 23 Nov 2014 12:27:58 +0000 (13:27 +0100) |
fixes #818
README | patch | blob | history |
index 8a3478102d717122ac4da3ff20d0adc056170dcb..a2f80ce73dc20f8aacc80bc2d3bb16d87c8a7376 100644 (file)
--- a/README
+++ b/README
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
--------------