summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Williams <nico@cryptonector.com>2014-12-12 17:45:17 -0600
committerNico Williams <nico@cryptonector.com>2014-12-12 17:45:17 -0600
commit3dd790c408f8660e50a510f6cab473c46e8384f3 (patch)
tree7d2d84242d3827ee265fdd0df2ecfdb5e1e3885b
parentbe11b2768f9bbeb12f9d849e1e3d07edab3ca652 (diff)
parent0f81e1bcd071ff90dd62386bd8f19fd85a4848cc (diff)
Merge pull request #616 from ianmiell/ianmiell_requirements
Requirements made slightly more complete
-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