Commit 3e2deba0 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated ocaml to 4.12.0

parent 568ad36b
all:
tar xf ocaml-4.10.0.tar.gz
cd ocaml-4.10.0 && ./configure --prefix=/usr
$(MAKE) -C ocaml-4.10.0
$(MAKE) -C ocaml-4.10.0 tests
$(MAKE) -C ocaml-4.10.0 install
rm -rf ocaml-4.10.0
tar xf ocaml-4.12.0.tar.gz
cd ocaml-4.12.0 && ./configure --prefix=/usr --enable-ocamltest
$(MAKE) -C ocaml-4.12.0
$(MAKE) -C ocaml-4.12.0 tests
$(MAKE) -C ocaml-4.12.0 install
rm -rf ocaml-4.12.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment