From d1a8680dede2340ae53b558fa4ae5cfc1c4500ba Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 3 Sep 2001 10:40:31 +0000 Subject: Add specific install instrs, rearrange. --- coq/README | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'coq/README') diff --git a/coq/README b/coq/README index 2e8c5ec6..fee49f1a 100644 --- a/coq/README +++ b/coq/README @@ -4,20 +4,36 @@ Originally written by Healfdene Goguen. Later contributions by Patrick Loiseleur, Pierre Courtieu, David Aspinall -$Id$ - Status: supported Maintainer: Pierre Courtieu -Coq version: 6.3 +Coq version: 6.3, 6.3.1, 7.0 Coq homepage: http://pauillac.inria.fr/coq/assis-eng.html ======================================== -Presently Coq Proof General supports automatic multiple file support -only (deduced file dependencies, not communicated ones). It does not -have support for proof by pointing. +Coq Proof General has experimental multiple file handling for 6.3 +versions. It does not have support for proof by pointing. There is support for X Symbol, but not using a proper token language. There is a tags program, coqtags. +======================================== + +Installation notes: + +Check the values of coq-tags and coq-prog-name in coq.el to see that +they correspond to the paths for coqtop and the library on your system. + +Install coqtags in a standard place or add /coq to your PATH. +NB: You may need to change the path to perl at the top of the file. + +If you are running Coq, generate a TAGS file for the library by running + coqtags `find . -name \*.v -print` +in the root directory of the library, $COQTOP/theories. If you are +running LEGO, do the same using legotags in the appropriate directory. + + +======================================== + +$Id$ -- cgit v1.2.3