Code

object: Be more specific about requirements for the 'destroy' callback.
[sysdb.git] / README
diff --git a/README b/README
index 55a8be8f983d92bb0b6deecde500f8bcadd3fce1..56dde37d9365cbc8ac73939635b6880844140992 100644 (file)
--- a/README
+++ b/README
@@ -19,9 +19,13 @@ Prerequisites
 
   * A build environment: autotools, libtool, C compiler, ...
 
+  * When building from Git, you also need the flex lexical analyzer generator
+    and bison parser generator (other lex and yacc compatible tools might work
+    as well if you are lucky).
+
   * A POSIX + Single UNIX Specification compatible C library.
 
-  * asciidoc, xsltproc:
+  * asciidoc, xsltproc, xmlto:
     The AsciiDoc text document format is used to write the manpages.
 
 Configuring / Compiling / Installing