]> granicus.if.org Git - jq/commitdiff
Add information about installing dev environment on OS X
authorStephen Shaw <stesh@netsoc.tcd.ie>
Fri, 7 Dec 2012 14:31:59 +0000 (14:31 +0000)
committerStephen Shaw <stesh@netsoc.tcd.ie>
Fri, 7 Dec 2012 14:31:59 +0000 (14:31 +0000)
docs/content/2.download/default.yml

index 7834ce72accd4adc6db6f42529cf8b633286230f..5acf6bb4118299f1640c1b5ec7c464a290c801cd 100644 (file)
@@ -58,6 +58,12 @@ body:
       likely already installed. I have no idea how to get these
       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
       jq, and some python scripts generate the UTF8 encoding tables
       needed for JSON parsing.