Installing Chapel using Homebrew
Homebrew users can install a single-locale build of Chapel on Mac/Linux as follows:
- Make sure your brew is up-to-date: brew update
- Install the Chapel formula: brew install chapel
- Note that for a homebrew install, $CHPL_HOME is
effectively:
`brew --cellar`/chapel/1.32.0/libexec/
- If you're not already familiar with Chapel, jump to the "Compile an example program" step in the Quickstart instructions.
Homebrew users who want multi-locale support will need to download Chapel and build from source.