Skip to content

Commit

Permalink
update README (fix Deducteam#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Feb 6, 2024
1 parent a140014 commit ef2c7a0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@ You can get the sources using `git` as follows:
git clone https://github.com/Deducteam/lambdapi.git
```

Dependencies are described in `lambdapi.opam`. The command `why3 config detect`
must be run for Why3 to know the available provers.
Dependencies are described in `lambdapi.opam`. The command `why3
config detect` must be run for Why3 to know the available provers for
the `why3` tactic.

Using Opam, a suitable OCaml environment can be setup as follows:
```bash
opam install dune bindlib timed sedlex menhir pratter yojson cmdliner why3 alcotest alt-ergo odoc
cd lambdapi
opam install .
why3 config detect
```

Expand Down

0 comments on commit ef2c7a0

Please sign in to comment.