Skip to content

Instantly share code, notes, and snippets.

@Vinetos
Last active November 7, 2020 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vinetos/07dfbb6f0690bd5afbbfc5ecd7996339 to your computer and use it in GitHub Desktop.
Save Vinetos/07dfbb6f0690bd5afbbfc5ecd7996339 to your computer and use it in GitHub Desktop.
Install OASIS for AFIT at EPITA
# 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