summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorIan Miell <ian.miell@gmail.com>2014-11-11 23:02:31 +0000
committerIan Miell <ian.miell@gmail.com>2014-11-11 23:02:31 +0000
commit0f81e1bcd071ff90dd62386bd8f19fd85a4848cc (patch)
treef5060e12d268bdfdfe43358f3aaf647eb2a3a6f0 /README.md
parent89791a000ba8fd614d8a8fa59a5ba76f21ea4d1d (diff)
Requirements made slightly more complete: cf https://github.com/ianmiell/shutit/blob/master/library/jq/jq.py
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd514953..b792ecc1 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@ If you want to hack on jq, feel free, but be warned that its internals
are not well-documented at the moment. Bring a hard hat and a
shovel. Also, read the wiki: http://github.com/stedolan/jq/wiki
-If you're building directly from the latest git, you'll need flex and
-bison installed. To build, run:
+If you're building directly from the latest git, you'll need flex,
+bison, libtool, make, autoconf and libonig installed. To build, run:
autoreconf -i
./configure