Skip to content

Commit 1f9ed65

Browse files
committed
Update install instructions for Coq 8.17
1 parent 736ac17 commit 1f9ed65

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

INSTALL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ MetaCoq is split into multiple packages that get all installed using the
3636
- `coq-metacoq-erasure-plugin` for the extracted verifed erasure plugin
3737
- `coq-metacoq-translations` for example translations from type theory
3838
to type theory: e.g. variants of parametricity.
39-
- `coq-metacoq-quotation` for a quotation library, allowing to
39+
- `coq-metacoq-quotation` for a quotation library, allowing to
4040
quote MetaCoq terms and typing derivations as MetaCoq terms,
4141
with a work-in-progress proof of Löb's theorem.
42-
42+
4343
There are also `.dev` packages available in the `extra-dev` repository
4444
of Coq, to get those you will need to activate the following repositories:
4545

@@ -67,10 +67,10 @@ to have a dedicated `opam` switch (see below).
6767
To get the source code:
6868

6969
# git clone https://github.com/MetaCoq/metacoq.git
70-
# git checkout -b coq-8.16 origin/coq-8.16
70+
# git checkout -b coq-8.17 origin/coq-8.17
7171
# git status
7272

73-
This checks that you are indeed on the `coq-8.16` branch.
73+
This checks that you are indeed on the `coq-8.17` branch.
7474

7575
### Setting up an `opam` switch
7676

@@ -79,10 +79,10 @@ To setup a fresh `opam` installation, you might want to create a
7979
one yet. You need to use **opam 2** to obtain the right version of
8080
`Equations`.
8181

82-
# opam switch create coq.8.16 --packages=ocaml-variants.4.13.1+options,ocaml-option-flambda
82+
# opam switch create coq.8.17 --packages=ocaml-variants.4.13.1+options,ocaml-option-flambda
8383
# eval $(opam env)
8484

85-
This creates the `coq.8.16` switch which initially contains only the
85+
This creates the `coq.8.17` switch which initially contains only the
8686
basic `OCaml` `4.13.1` compiler with the `flambda` option enabled,
8787
and puts you in the right environment (check with `ocamlc -v`).
8888

@@ -109,8 +109,8 @@ the sources directory.
109109
Then use:
110110

111111
- `make` to compile the `template-coq` plugin, the `pcuic`
112-
development and the `safechecker` and `erasure` plugins,
113-
along with the `test-suite`, `translations`, `examples`
112+
development and the `safechecker` and `erasure` plugins,
113+
along with the `test-suite`, `translations`, `examples`
114114
and `quotation` libraries.
115115
You can also selectively build each target.
116116

@@ -127,5 +127,5 @@ For faster development one can use:
127127
to construct the template-coq plugin. The `safechecker` and
128128
`erasure` ML plugins *cannot* be built using this mode.
129129

130-
- `make quick` is a synonymous for `make vos` with the addition of a global `Unset Universe Checking` option, i.e.
130+
- `make quick` is a synonymous for `make vos` with the addition of a global `Unset Universe Checking` option, i.e.
131131
universes are not checked anywhere.

0 commit comments

Comments
 (0)