Skip to content

Instantly share code, notes, and snippets.

@ichiban
Created July 28, 2012 10:03
Show Gist options
  • Save ichiban/3192730 to your computer and use it in GitHub Desktop.
Save ichiban/3192730 to your computer and use it in GitHub Desktop.
Installing ocaml4.0.0 with ocamlbrew
export OCAML_MAJOR_VERSION=4
export OCAML_MINOR_VERSION=00
export OCAML_PATCH_VERSION=0
curl -kL https://raw.github.com/hcarty/ocamlbrew/master/ocamlbrew-install | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment