Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 27, 2023
1 parent ad69a28 commit 71000c2
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/sphinx_docs/Install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,25 @@ External dependencies graph generated with `dune-deps` (use `make archi` for sou

![](deps.png)

To compile the sources, you will need the following libraries :
To compile the sources of the library `alt-ergo-lib` and the binary `alt-ergo`, you will need the
following libraries :
```
ocaml >= 4.08.0
dune >= 3.0
zarith >= 1.4
camlzip
menhir
dune-build-info
dolmen >= 0.9
dolmen_loop >= 0.9
ocplib-simplex >= 0.5
zarith >= 1.4
seq
fmt
ppx_blob
camlzip >= 1.07
menhir
dune-site
cmdliner
psmt2-frontend >= 0.4
stdlib-shims
psmt2-frontend
```

You can install dependencies using:
Expand Down

0 comments on commit 71000c2

Please sign in to comment.