Skip to content

Instantly share code, notes, and snippets.

@wkentaro
Last active February 20, 2018 15:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
@kmizumar
Copy link

The middle step was failed with opam: stable 1.2.2 (bottled), HEAD.

% opam install batteries core
[ERROR] batteries is not available because your system doesn't comply with ocaml-version >= "3.12.1" &
        ocaml-version < "4.05.0".

Just installed only core made the OMake installation completed.
Thanks for the useful information.

@simonh1000
Copy link

oapm == opam??

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