Trying to build crystal because i wanted to make a patch to the
parser_spec.cr
I keep getting
Makefile:19: *** Could not locate llvm-config, make sure it is installed and in your PATH. Stop.
which is because i don't have llvm-config anywhere in my path. I've got llvm installed, I just don't seem to have llvm-config.... Where do I get it? Or, do i have it and i need to make a symlink somewhere?
running prepare_build gives me this
~/workspace/reference/crystal/crystal ➜ ./bin/ci prepare_build
brew install llvm libevent pcre crystal-lang
Warning: llvm-3.8.1 already installed
Warning: libevent-2.0.22 already installed
Warning: pcre-8.39 already installed
Warning: crystal-lang-0.18.7_1 already installed
Warning: You are using a pre-release version of Xcode.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.