X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=README;h=a88ebdc67fba0e532cbf0dad57a1498cf6186266;hp=ecbce716fc603089670a5c9692fdbe4df543a4f7;hb=48fb18a605cafef572e0c41263eb576c386b7c9f;hpb=ae3e7993c119bcfedc76239c1f8a5d8cf1a8c8d9 diff --git a/README b/README index ecbce71..a88ebdc 100644 --- a/README +++ b/README @@ -78,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 ---- @@ -100,13 +106,15 @@ 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 "Highcharts" which is licensed under the + Creative Commons Attribution-NonCommercial 3.0 License (CC-by-nc 3.0). This + means that the library is free of charge for non-commercial use. The file + "share/highcharts.js" includes a license header which points you to more + detailed information. More information on Highcharts and licensing options is + available from . Author