tar zxf camltemplate-x.y.z.tar.gz cd camltemplate-x.y.zTo see the configuration options, type:
./configure --helpIf you need thread support, type:
./configure --enable-threads(Note that thread support doesn't currently work with mod_caml.) If you don't need thread support and want to install in the default locations, type:
./configureThen type:
make make opt make testIf there are no errors, type make install as root. This installs the byte-code and native-code versions of the camltemplate library. Documentation is installed in $PREFIX/doc/camltemplate. Example programs are installed in $PREFIX/share/camltemplate.