-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add instructions for development version
- Loading branch information
1 parent
a15b2f4
commit 7ee3edf
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,18 @@ If you don't have `opam`, you can install it following the [how to install opam] | |
|
||
If you can't or don't want to use `opam`, you can build the package with `dune build -p owi @install` but you'll first have to install the dependencies by yourself. You can find the list of dependencies in the [dune-project] file. | ||
|
||
### Development version | ||
|
||
To get the development version: | ||
|
||
```shell-session | ||
$ git clone [email protected]:OCamlPro/owi.git | ||
$ cd owi | ||
$ opam install . --deps-only | ||
$ dune build -p owi @install | ||
$ dune install | ||
``` | ||
|
||
## Quickstart | ||
|
||
### Concrete interpretation | ||
|