This example relies on - OCaml, - 'opam', the OCaml package manager. The following get installed through 'opam': - 'dune', part of the OCaml build system, - the opam package 'gettext-stub' Preparation: Define environment variable for use of 'opam': $ eval $(opam env) $ opam install dune $ opam install gettext-stub Installation: ./autogen.sh ./configure --prefix=/some/prefix make make install Cleanup: make distclean ./autoclean.sh