You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be more precise, how do I tell the satellite repository where the UniMath build resides?
Currently, there is only an instruction for using make, based on an "installed" UniMath (and I know how to "install" UniMath from the Dune build by creating a TAR file of the .vo files and injecting it).
The text was updated successfully, but these errors were encountered:
So what I do is I keep largecatmodules inside of UniMath, so my directory structure is something like this:
UniMath
├── largecatmodules
└── UniMath
then I can run dune build in largecatmodules, or from the top UniMath directory I run dune build largecatmodules. I can update the documentation to reflect this. Note that if you do dune build in the top level directory with this setup it will always build both UniMath and largecatmodules. If you only want it to build UniMath then you have to specify it by using the command dune build UniMath.
To be more precise, how do I tell the satellite repository where the UniMath build resides?
Currently, there is only an instruction for using
make
, based on an "installed" UniMath (and I know how to "install" UniMath from the Dune build by creating a TAR file of the .vo files and injecting it).The text was updated successfully, but these errors were encountered: