mte/unikernel/duniverse/cppo/INSTALL.md
2025-11-11 02:07:51 +01:00

17 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
```