Skip to content

Instantly share code, notes, and snippets.

@bhb
Created March 18, 2015 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhb/fcdabe97816137cfc611 to your computer and use it in GitHub Desktop.
Save bhb/fcdabe97816137cfc611 to your computer and use it in GitHub Desktop.
Build Grenchman
brew install opam libffi libreadline-dev
git clone git@github.com:technomancy/grenchman.git grenchman
cd grenchman
opam init (choose y to update .bash_profile or similar)
[open new shell]
opam install ocamlfind core async ctypes
ocamlbuild -use-ocamlfind -lflags -cclib,-lreadline grench.native
ln -s $PWD/grench.native ~/bin/grench
grench lein test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment