Copyright 2003-2008 LAAS/CNRS <openrobots@laas.fr>
This software is provided under the CeCILL B License. This license provides is OSI-approved and provides terms of use comparable to the BSD license. See LICENSE.txt and LICENSE.fr.txt, provided with the sources, for the complete terms.
The development repository is managed by git and is (for now) publicly available in GitHub:
git clone git://github.com/doudou/utilmm.git
(see this page for more information)
mkdir build cd build cmake .. make make doc
Then, as root,
make install
Alternatively, you can add the -DCMAKE_INSTALL_PREFIX=path/to/the/installation/target
option to cmake to install the files in a custom directory