mte/unikernel/duniverse/cppo/INSTALL.md

18 lines
265 B
Markdown
Raw Normal View History

2025-11-11 02:07:51 +01:00
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
```