Closed cpitclaudel closed 8 years ago
Note that you didn't add the "repository of development versions of Coq", which, as its name implies (or not), does contain Coq 8.5rc1. That said, the documentation could be more explicit with respect to testing beta versions of Coq.
Sorry, I made a mistake in my original message. This is with core-dev. Having spent more time looking at this, I guess all I needed was a line in the README that said I should run the following.
opam install coq.8.5~rc1
(that being said I don't know how one guesses the right package name; I found it buried in a coq-club discussion)
The issue about HoTT having precedence has been solved. I guess we can close the issue.
For someone without experience with OPAM, installing coq is not the most intuitive. I've heard a lot about using OPAM to install Coq 8.5 rc1, so I naively ran
but this offered Hott/Coq. So I did
opam search coq
and gotIt would be great to have a quick pointer to the right command. The instructions on https://coq.inria.fr/howto-opam say:
But
opam install -j4 -v coq
definitely doesn't do the right thing :/