mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Suggest --disable-maintainer-mode on download page
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user