We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15f6eb commit 430b0e2Copy full SHA for 430b0e2
.github/workflows/main.yml
@@ -46,4 +46,5 @@ jobs:
46
- run: opam exec -- dune build
47
if: matrix.ocaml-compiler != '4.08.0'
48
49
+ - run: dune clean
50
- run: opam install .
README.md
@@ -51,7 +51,15 @@ opam install raylib
51
```
52
53
## Examples
54
-To build the examples, make sure the raylib C submodule is available with `git submodule update --init --recursive`. Then simply
+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
63
``` sh
64
dune build
65
0 commit comments