Skip to content

Commit 430b0e2

Browse files
committed
Clarify dependencies of examples
Closes #68
1 parent a15f6eb commit 430b0e2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
- run: opam exec -- dune build
4747
if: matrix.ocaml-compiler != '4.08.0'
4848

49+
- run: dune clean
4950
- run: opam install .

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,15 @@ opam install raylib
5151
```
5252

5353
## Examples
54-
To build the examples, make sure the raylib C submodule is available with `git submodule update --init --recursive`. Then simply
54+
To build the examples, make sure the raylib C submodule is available with `git
55+
submodule update --init --recursive`, and that all needed dependencies are
56+
installed.
57+
58+
``` sh
59+
opam install . --deps-only
60+
```
61+
62+
Finally, simply
5563
``` sh
5664
dune build
5765
```

0 commit comments

Comments
 (0)