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: Robbert Krebbers <mailinglists AT robbertkrebbers.nl>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Where to put contribs as non-root
  • Date: Mon, 06 Oct 2014 15:16:12 -0400

Hi Vincent,

thanks a lot for your answer, this works very well!

Robbert

On 10/06/2014 12:51 PM, Vincent Laporte wrote:
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