Skip to content

Instantly share code, notes, and snippets.

@wkentaro
Last active February 20, 2018 15:14
Show Gist options
  • Save wkentaro/a981ee0115df6c45db5d to your computer and use it in GitHub Desktop.
Save wkentaro/a981ee0115df6c45db5d to your computer and use it in GitHub Desktop.
How to install omake on OS X

How to install omake on OS X

brew update && brew upgrade
brew install opam
opam init
eval `opam config env`
opam install batteries core
opam show omake
opam update
opam install omake
@simonh1000
Copy link

oapm == opam??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment