Skip to content

Commit 9e71a3f

Browse files
committed
Update package deps
1 parent 4886d21 commit 9e71a3f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Continuous-time models are simulated using an off-the-shelf numerical solver (he
1414
The easiest way to install Zelus is via [Opam](https://opam.ocaml.org/), the OCaml package manager.
1515

1616
```
17-
opam install .
17+
opam install zelus
1818
```
1919

2020
You can then test your installation with:
@@ -34,10 +34,10 @@ Some examples also depend on lablgtk (which requires gtk2.0)
3434
opam install sundialsml lablgtk
3535
```
3636

37-
You can then reinstall zelus
37+
You can then reinstall zelus and the zelus-gtk library
3838

3939
```
40-
opam reinstall zelus
40+
opam reinstall zelus zelus-gtk
4141
```
4242

4343

zelus-gtk.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ homepage: "http://zelus.di.ens.fr"
88
doc: "http://zelus.di.ens.fr/man/"
99
bug-reports: "https://gitlab.inria.fr/parkas/zelus/-/issues"
1010
depends: [
11-
"zelus"
11+
"zelus" "lablgtk"
1212
]
13-
depopts: ["lablgtk" "glmlite"]
13+
depopts: ["glmlite"]
1414
build: [
1515
["dune" "subst"] {pinned}
1616
[

0 commit comments

Comments
 (0)