]> granicus.if.org Git - jq/commitdiff
Suggest --disable-maintainer-mode on download page
authorDavid Tolnay <dtolnay@gmail.com>
Sun, 26 Jul 2015 06:44:52 +0000 (23:44 -0700)
committerDavid Tolnay <dtolnay@gmail.com>
Sun, 26 Jul 2015 06:44:52 +0000 (23:44 -0700)
docs/content/2.download/default.yml

index f6bf18c541d8c14d486259d98ec1cee1cc32e933..8ddf063ead0562a6bb8a4963e6ad634b30b41f4e 100644 (file)
@@ -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