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