summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e177ca)
raw | patch | inline | side by side (parent: 3e177ca)
author | Florian Forster <octo@verplant.org> | |
Tue, 21 Sep 2010 06:21:33 +0000 (08:21 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Tue, 21 Sep 2010 06:21:33 +0000 (08:21 +0200) |
README | patch | blob | history |
index ecbce716fc603089670a5c9692fdbe4df543a4f7..6c7e0b9351b6b7e2f54b5f1a76a1bcf2d44e328d 100644 (file)
--- a/README
+++ b/README
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
----