Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the recommended local build workflow in a README or similar #18

Open
peterlefanulumsdaine opened this issue May 22, 2023 · 1 comment

Comments

@peterlefanulumsdaine
Copy link

This is always good practice, but would be especially helpful for the UniMath maintainers to keep this synced with UniMath upstream issues — in particular, I would be happy to prepare a PR for #17 , but first I have to figure out how to build it as intended.

@m-lindgren
Copy link
Member

Good idea, meanwhile here's how I build the satellites using that dune supports compositional builds:

I have the satellites cloned into my UniMath clone, so it looks like this:

UniMath
├── GrpdHITs
├── largecatmodules
├── SetHITs
├── TypeTheory
└── UniMath

then from the top UniMath folder I just do dune build SetHITs.

Similarly dune build UniMath will build only UniMath, and dune build will build everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants