Skip to content

Commit

Permalink
bump readme
Browse files Browse the repository at this point in the history
  • Loading branch information
co-dan committed Jul 24, 2023
1 parent fedfdfc commit 276ae21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ See `seqcalc_s4.v`, `seqcalc_height_s4.v`, `interp_s4.v`, and `cutelim_s4.v` in
## Compilation

You will need a copy of std++ installed.
This version is tested with Coq 8.15 and std++ 1.7.0.
This version is tested with Coq 8.17 and std++ 1.8.0.
You can install the dependency with opam using `opam install --deps-only .` or the whole developement with `opam install .`

If you have std++ installed then you can compile the project with `make -jN` where `N` is the number of threads you want to use.
Compile the HTML docs with `make html`.

Note: this Coq developement is automatically tested for Coq versions 8.16 and 8.17, and we will try to support the two latest versions of Coq.
![CI workflow status](https://github.com/co-dan/BI-cutelim/actions/workflows/build.yml/badge.svg)

## Copyright

The Coq formalization is distributed under the BSD-3 licence.
Expand Down

0 comments on commit 276ae21

Please sign in to comment.