Skip to content

Commit

Permalink
Merge pull request #1768 from haochenx/readme-add-automake-as-build-d…
Browse files Browse the repository at this point in the history
…ependency-in

add automake as build dependency to README.md
  • Loading branch information
wtlangford authored Nov 20, 2018
2 parents a1f1231 + 0ab7103 commit bb87e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bb87e6e

Please sign in to comment.