]> granicus.if.org Git - jq/commitdiff
add automake as build dependency to README.md 1768/head
authorHaochen Xie <haochenx@acm.org>
Mon, 12 Nov 2018 21:00:53 +0000 (16:00 -0500)
committerHaochen Xie <haochenx@acm.org>
Mon, 12 Nov 2018 21:00:53 +0000 (16:00 -0500)
README.md

index 3bcee29b4495bbbf85decc9ce5050c0cf7b33c23..4a49cfbf3f6b8908f3964232714d9c6f48aff4de 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Source tarball and built executable releases can be found on the
 homepage and on the github release page, https://github.com/stedolan/jq/releases
 
 If you're building directly from the latest git, you'll need flex,
-bison (3.0 or newer), libtool, make, and autoconf installed.
+bison (3.0 or newer), libtool, make, automake, and autoconf installed.
 To get regexp support you'll also need to install Oniguruma or clone it as a
 git submodule as per the instructions below.
 (note that jq's tests require regexp support to pass).  To build, run: