blob: 069a81c2053bd399b942480b97491af877e95fc8 (
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 check # Use native coq to compile theories
|