Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomhmpereira authored Aug 5, 2024
1 parent 3f25ca1 commit e49b3b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ OCaml bindings for the [cvc5] Satisfiability Modulo Theories (SMT) solver

## Installation

### Opam

---
- Install [opam](https://opam.ocaml.org/doc/Install.html).
- Bootstrap the OCaml compiler:

```sh
opam init
opam switch create 5.2.0 5.2.0
```

- Install cvc5's OCaml bindings:

```sh
opam install cvc5
```
:warning: Installation via Opam is only available for Linux systems.

### Build from source

---
Expand Down

0 comments on commit e49b3b2

Please sign in to comment.