Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Where to put contribs as non-root

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Where to put contribs as non-root


Chronological Thread 
  • From: Vincent Laporte <vincent.laporte AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Where to put contribs as non-root
  • Date: Mon, 06 Oct 2014 17:51:49 +0100

Hello,

You may install libraries wherever is convenient for you. Then make sure
to set the $COQPATH environment variable accordingly.

For instance, if you install ssreflect using:

make install COQLIB=/your/path/

then if you add `/your/path/user-contrib` to the $COQPATH environment
variable, coqtop / coqc / coqide will find ssreflect:

export COQPATH=/your/path/user-contrib:$COQPATH

Regards,
--
Vincent.




Archive powered by MHonArc 2.6.18.

Top of Page