Get Homebrew installed on your mac if you don't already have it.
Install highlight. Run brew install highlight (this brings down Lua and Boost as well).
| IOJS_VERSION=v2.5.0 | |
| IOJS_DIR=$HOME/.iojs | |
| iojs_install() { | |
| iojs_setup | |
| iojs_download | |
| iojs_assemble | |
| iojs_teardown | |
| } |
Get Homebrew installed on your mac if you don't already have it.
Install highlight. Run brew install highlight (this brings down Lua and Boost as well).