From: David Tolnay Date: Sun, 26 Jul 2015 06:44:52 +0000 (-0700) Subject: Suggest --disable-maintainer-mode on download page X-Git-Tag: jq-1.5rc2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=616f365e5a09317a7574d48560c52898d7314e52;p=jq Suggest --disable-maintainer-mode on download page --- diff --git a/docs/content/2.download/default.yml b/docs/content/2.download/default.yml index f6bf18c..8ddf063 100644 --- a/docs/content/2.download/default.yml +++ b/docs/content/2.download/default.yml @@ -93,8 +93,9 @@ body: or [MacPorts](http://macports.org/). `flex` and `bison` are used to generate the lexer and parser for - jq, and some python scripts generate the UTF8 encoding tables - needed for JSON parsing. + jq. For jq 1.5+, neither is required if you use `./configure + --disable-maintainer-mode` instead of `./configure`. This flag says to use + the pre-generated lexer and parser that come with the code. #### Building the documentation