summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-07-25 23:44:52 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-07-25 23:44:52 -0700
commit616f365e5a09317a7574d48560c52898d7314e52 (patch)
treeb057138fcf199228cf70d1099b20dd2a10817f45
parentceb2684f2fce243a92fbbab16d4cfd824a2ba535 (diff)
Suggest --disable-maintainer-mode on download page
-rw-r--r--docs/content/2.download/default.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/content/2.download/default.yml b/docs/content/2.download/default.yml
index f6bf18c5..8ddf063e 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