Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 265 Bytes

INSTALL.md

File metadata and controls

17 lines (12 loc) · 265 Bytes

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