18 lines
265 B
Markdown
18 lines
265 B
Markdown
|
|
Installation instructions for cppo
|
||
|
|
==================================
|
||
|
|
|
||
|
|
Building cppo requires GNU Make and a standard OCaml
|
||
|
|
installation. It can be installed with opam or manually as follows:
|
||
|
|
|
||
|
|
Build:
|
||
|
|
|
||
|
|
```
|
||
|
|
make
|
||
|
|
```
|
||
|
|
|
||
|
|
Install:
|
||
|
|
|
||
|
|
```
|
||
|
|
make DESTDIR=/some/path install
|
||
|
|
```
|