X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=README;h=640960cba3c8183b6c19cbc9673b0b4565f9e2a9;hp=7cdca157a51d613a3670a9a0dffb50ab68cd1f2d;hb=d1c8e07134a95b6d02a27f187f769a207c28d618;hpb=1eabc944bfc76081cc6ef9613a2349609959ff2b diff --git a/README b/README index 7cdca15..640960c 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ collection 4 - An efficient graphing front-end for collectd ============================================================= + About ----- @@ -77,6 +78,12 @@ Dependencies 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. + When building from the Git repository, you'll need to have flex and bison (or + possibly lex and yacc) installed. These two programs are used to generate the + code for parsing the config file. If you are building from a tarball, the + generated .c and .h files are included and you don't need to have these + programs installed. + Bugs ---- @@ -99,13 +106,16 @@ License the top source directory. c4 includes the JavaScript library "jQuery" which is dual-licensed under the - MIT license and the GPL. The file "share/jquery-1.4.2.min.js" includes a + MIT license and the GPL. The file "share/jquery-1.4.4.min.js" includes a license header which points you to more detailed information. - c4 includes the JavaScript libraries "Raphaël" and "gRaphaël" which are - licensed under the MIT license. The files "share/raphael-min.js", - "share/g.raphael-min.js", and "share/g.line-min.js" each include a license - header which points you to more detailed information. + c4 includes the JavaScript library "D3.js" which is licensed under the + 3-clause BSD license. More information on D3.js is available from + . + + c4 includes the JavaScript library "Rickshaw" which is licensed under the + MIT license. More information on Rickshaw is available from + . Author