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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@
8
8
9
9
## Getting Started
10
10
11
-
To compile the Coq code in this repository,
11
+
To compile the [Rocq](https://rocq-prover.org/) (previously known as Coq) code in this repository,[Install Rocq](https://rocq-prover.org/install). For example:
12
12
- first install opam [opam (ocaml package manager)](https://opam.ocaml.org/).
13
-
- Add support for coq ocaml repositories: `opam repo add coq-released --set-default https://coq.inria.fr/opam/released`.
14
-
- If you want to create a local environment (switch), you can run `opam switch create nnsopt 4.07.0`.
15
-
- Next, run `opam install . --deps-only`. This should install all the dependencies needed, including Coq.
13
+
- Add support for rocq ocaml repositories: `opam repo add rocq-released https://rocq-prover.org/opam/released`
14
+
- If you want to create a local environment (switch), you can run `opam switch create formalml 4.14.2`.
15
+
- Next, run `opam install . --deps-only`. This should install all the dependencies needed, including Rocq.
16
16
- Once the prerequisites are installed, run `make` to compile it.
17
17
18
-
Alternatively, the included Docker file can be built using Docker to compile the coq code in a suitable environment.
0 commit comments