blob: c39ec1b538a93040e941476f1426a2a5dcda6f0c (
plain)
1
2
|
./configure -bindir /usr/bin -libdir /usr/lib/coq -mandir /usr/man -emacs emacs -emacslib /usr/share/emacs/site-lisp -opt -reals all # Need ocamlc.opt and ocamlopt.opt
make world check # Use native coq to compile theories
|