summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e01bdf2)
raw | patch | inline | side by side (parent: e01bdf2)
author | Florian Forster <octo@verplant.org> | |
Fri, 10 Sep 2010 06:20:21 +0000 (08:20 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Fri, 10 Sep 2010 06:20:21 +0000 (08:20 +0200) |
README | patch | blob | history |
index 6083aca2e689382c45208749dece686a513e3519..94ab32b5ffad469ffcbc51c98652af5d83123fb4 100644 (file)
--- a/README
+++ b/README
unified interface is provided via collection 4.
+Dependencies
+------------
+
+ collection 4 currently requires the following libraries:
+
+ * libfcgi
+ <http://www.fastcgi.com/>
+
+ * librrd_th (thread-safe version of librrd)
+ <http://oss.oetiker.ch/rrdtool/>
+
+ * libyajl
+ <http://lloyd.github.com/yajl/>
+
+ The "configure" script is currently kept minimal. It may therefore be
+ necessary to set the CPP- and LD-flags manually. In case of libyajl, which is
+ not built with libtool, you may need to set the rpath, too.
+
+
Bugs
----