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