mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Add information about installing dev environment on OS X
This commit is contained in:
@ -58,6 +58,12 @@ body:
|
|||||||
likely already installed. I have no idea how to get these
|
likely already installed. I have no idea how to get these
|
||||||
installed on OS X, you're on your own there.
|
installed on OS X, you're on your own there.
|
||||||
|
|
||||||
|
On OS X, these are all included in Apple's command line tools, which
|
||||||
|
can be installed from [Xcode](developer.apple.com/technologies/tools/).
|
||||||
|
However, you may find that you need a newer version of Bison than the one provided
|
||||||
|
by Apple. This can be found in [Homebrew](http://mxcl.github.com/homebrew/)
|
||||||
|
or [MacPorts](http://macports.org/).
|
||||||
|
|
||||||
`flex` and `bison` are used to generate the lexer and parser for
|
`flex` and `bison` are used to generate the lexer and parser for
|
||||||
jq, and some python scripts generate the UTF8 encoding tables
|
jq, and some python scripts generate the UTF8 encoding tables
|
||||||
needed for JSON parsing.
|
needed for JSON parsing.
|
||||||
|
Reference in New Issue
Block a user