summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-07-25 23:48:03 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-07-25 23:48:03 -0700
commitc002e269f7160218a795bd71b9129454b3de922c (patch)
tree0dbf53e444cd2269a8071d20e29e5b980283c98f
parentbe12e21fb3cfc3f0f4f78cbb9c032b3c84b4ccbf (diff)
Pick up --disable-maintainer-mode suggestion on download page
-rw-r--r--download/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/download/index.html b/download/index.html
index b629f391..a4d72769 100644
--- a/download/index.html
+++ b/download/index.html
@@ -165,7 +165,8 @@ sudo make install</code></pre>
<p>On OS X, these are all included in Apple&#8217;s command line tools, which can be installed from <a href='http://developer.apple.com/technologies/tools/'>Xcode</a>. However, you may find that you need a newer version of Bison than the one provided by Apple. This can be found in <a href='http://mxcl.github.com/homebrew/'>Homebrew</a> or <a href='http://macports.org/'>MacPorts</a>.</p>
-<p><code>flex</code> and <code>bison</code> are used to generate the lexer and parser for jq, and some python scripts generate the UTF8 encoding tables needed for JSON parsing.</p>
+<p><code>flex</code> and <code>bison</code> are used to generate the lexer and parser for jq. For jq 1.5+, neither is required if you use <code>./configure
+--disable-maintainer-mode</code> instead of <code>./configure</code>. This flag says to use the pre-generated lexer and parser that come with the code.</p>
<h4 id='building_the_documentation'>Building the documentation</h4>