Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 445 Bytes

on_mac_osx_using_homebrew.md

File metadata and controls

23 lines (16 loc) · 445 Bytes

On macOS using Homebrew

To easily install Crystal on Mac you can use Homebrew.

brew update
brew install crystal

Troubleshooting on OSX 10.11 (El Capitan)

If you get an error like:

ld: library not found for -levent

you need to reinstall the command line tools and then select the default active toolchain:

$ xcode-select --install
$ xcode-select --switch /Library/Developer/CommandLineTools