Last active
November 7, 2020 13:32
-
-
Save Vinetos/07dfbb6f0690bd5afbbfc5ecd7996339 to your computer and use it in GitHub Desktop.
Install OASIS for AFIT at EPITA
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
# First, Install opam as described here : https://opam.ocaml.org/doc/Install.html | |
# Run in the directory for caml you downloaded | |
opam init | |
eval $(opam env) | |
# Switch changement (if asking or not up to date) | |
# opam update | |
# opamn switch create ocaml-base-compiler | |
opam install oasis | |
opam install ocamlfind | |
oasis setup -setup-update dynamic | |
opam install ounit | |
ocaml setup.ml -configure --enable-tests | |
make test | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment