|
2 | 2 |
|
3 | 3 | ## Requirements |
4 | 4 |
|
5 | | -- [The Coq Proof Assistant version ≥ 8.20 / Rocq Prover version ≥ 9.0](https://rocq-prover.org) |
| 5 | +- [The Rocq Prover version ≥ 9.0](https://rocq-prover.org) |
6 | 6 | - [Mathematical Components version ≥ 2.4.0](https://github.com/math-comp/math-comp) |
7 | 7 | - [Finmap library version ≥ 2.1.0](https://github.com/math-comp/finmap) |
8 | 8 | - [Hierarchy builder version ≥ 1.8.0](https://github.com/math-comp/hierarchy-builder) |
@@ -73,28 +73,28 @@ using [proof general for emacs](https://github.com/ProofGeneral/PG) |
73 | 73 |
|
74 | 74 | ## Break-down of phase 3 of the installation procedure step by step |
75 | 75 |
|
76 | | -With the example of Coq 8.20.1 and MathComp 2.4.0. For other versions, update the |
| 76 | +With the example of Coq 9.1.1 and MathComp 2.5.0. For other versions, update the |
77 | 77 | version numbers accordingly. |
78 | 78 |
|
79 | | -1. Install Coq 8.20.1 |
| 79 | +1. Install Rocq 9.1.1 |
80 | 80 | ``` |
81 | | -$ opam install coq.8.20.1 |
| 81 | +$ opam install rocq-core.9.1.1 |
82 | 82 | ``` |
83 | 83 | 2. Install the Mathematical Components |
84 | 84 | ``` |
85 | | -$ opam install coq-mathcomp-ssreflect.2.4.0 |
86 | | -$ opam install coq-mathcomp-fingroup.2.4.0 |
87 | | -$ opam install coq-mathcomp-algebra.2.4.0 |
88 | | -$ opam install coq-mathcomp-solvable.2.4.0 |
89 | | -$ opam install coq-mathcomp-field.2.4.0 |
| 85 | +$ opam install rocq-mathcomp-ssreflect.2.5.0 |
| 86 | +$ opam install rocq-mathcomp-fingroup.2.5.0 |
| 87 | +$ opam install rocq-mathcomp-algebra.2.5.0 |
| 88 | +$ opam install rocq-mathcomp-solvable.2.5.0 |
| 89 | +$ opam install rocq-mathcomp-field.2.5.0 |
90 | 90 | ``` |
91 | 91 | 3. Install the Finite maps library |
92 | 92 | ``` |
93 | | -$ opam install coq-mathcomp-finmap.2.2.0 |
| 93 | +$ opam install rocq-mathcomp-finmap.2.2.0 |
94 | 94 | ``` |
95 | 95 | 4. Install the Hierarchy Builder |
96 | 96 | ``` |
97 | | -$ opam install coq-hierarchy-builder.1.8.0 |
| 97 | +$ opam install rocq-hierarchy-builder.1.10.2 |
98 | 98 | ``` |
99 | 99 | 5. Download and compile `coq-mathcomp-analysis` without installing |
100 | 100 | ``` |
|
0 commit comments