compiling crystal from sources on OSX El Capitan

Developer from somewhere

This is easy if you have homebrew:

  • brew install llvm
  • clone the crystal repo:
git clone git@github.com:crystal-lang/crystal.git
  • cd to that folder
  • export PATH=$PATH:/usr/local/opt/llvm/bin
  • run make