tar zxf camltemplate-x.y.z.tar.gz cd camltemplate-x.y.zTo see the configuration options, type:
./configure --helpType the following, adding any options you need:
./configureThen type:
make make opt make testIf there are no errors, type make install as root. This installs bytecode and native-code versions of the library using ocamlfind. Documentation in HTML and PDF formats is installed in $PREFIX/doc/camltemplate. Several sample programs can be found in $PREFIX/share/camltemplate.
CamlLoad /path/to/camltemplate/camltemplate.cma(If you don't know where it is, type ocamlfind query camltemplate at a shell prompt.)