There was an error while loading. Please reload this page.
1 parent 776a671 commit 2e6376eCopy full SHA for 2e6376e
1 file changed
README.md.mustache
@@ -115,11 +115,15 @@ opam repo add rocq-released https://rocq-prover.org/opam/released
115
opam install {{ opam_name }}{{^ opam_name }}coq-{{ shortname }}{{/ opam_name }}
116
```
117
118
-To instead build and install manually, do:
+To instead build and install manually, you need to make sure that all the
119
+libraries this development depends on are installed. The easiest way to do that
120
+is still to rely on opam:
121
122
``` shell
123
git clone {{# submodule }}--recurse-submodules {{/ submodule }}https://github.com/{{ organization }}/{{ shortname }}.git
124
cd {{ shortname }}
125
+opam repo add rocq-released https://rocq-prover.org/opam/released
126
+opam install --deps-only .
127
{{# dune }}
128
dune build
129
dune install
0 commit comments