Created
July 28, 2012 10:03
-
-
Save ichiban/3192730 to your computer and use it in GitHub Desktop.
Installing ocaml4.0.0 with ocamlbrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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