summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHaochen Xie <haochenx@acm.org>2018-11-12 16:00:53 -0500
committerHaochen Xie <haochenx@acm.org>2018-11-12 16:00:53 -0500
commit0ab71031a6a1c883646e8db8527127cf1b3583cc (patch)
treef9b216a14fe1d4bc03bb5d7cf76bb2c18ccfbcfd /README.md
parent2f2d05b0878a42878e10b02cf6d5e612e5985803 (diff)
add automake as build dependency to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3bcee29b..4a49cfbf 100644
--- 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: