Skip to content

Commit 2e6376e

Browse files
ybertotZimmi48
andauthored
add instructions to use opam to install dependencies (#141)
* add instructions to use opam to install dependencies * Fix wording. --------- Co-authored-by: Théo Zimmermann <theo.zimmermann@telecom-paris.fr>
1 parent 776a671 commit 2e6376e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md.mustache

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,15 @@ opam repo add rocq-released https://rocq-prover.org/opam/released
115115
opam install {{ opam_name }}{{^ opam_name }}coq-{{ shortname }}{{/ opam_name }}
116116
```
117117

118-
To instead build and install manually, do:
118+
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:
119121

120122
``` shell
121123
git clone {{# submodule }}--recurse-submodules {{/ submodule }}https://github.com/{{ organization }}/{{ shortname }}.git
122124
cd {{ shortname }}
125+
opam repo add rocq-released https://rocq-prover.org/opam/released
126+
opam install --deps-only .
123127
{{# dune }}
124128
dune build
125129
dune install

0 commit comments

Comments
 (0)