File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 4646 - run : opam exec -- dune build
4747 if : matrix.ocaml-compiler != '4.08.0'
4848
49+ - run : opam exec -- dune clean
50+ if : matrix.ocaml-compiler != '4.08.0'
51+
4952 - run : opam install .
Original file line number Diff line number Diff 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
5664dune build
5765```
You can’t perform that action at this time.
0 commit comments