README: Document the dependency on flex and bison.
[collection4.git] / README
diff --git a/README b/README
index 7cdca15..6c7e0b9 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
  collection 4 - An efficient graphing front-end for collectd
 =============================================================
+<http://octo.it/c4/>
 
 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
 ----