utilmm repository

Repository Summary

Checkout URI https://github.com/orocos-toolchain/utilmm.git
VCS Type git
VCS Version toolchain-2.7
Last Updated 2014-07-14
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

Name Version
utilmm 2.7.0

README

/*! \mainpage Util--: A C++ toolkit library

Util-- is a C++ toolkit library written by Sylvain Joyeux <sylvain.joyeux@m4x.org> and Frederic Py <fpy@laas.fr>

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.

\section Installation

\subsection Getting the source code
Releases are available on SourceForge: <a
href="http://sourceforge.net/projects/utilmm/">http://sourceforge.net/projects/utilmm/</a>.
You can access this project page from anywhere in the documentation by clicking
on the SourceForge.net logo at the bottom of documentation pages.

The development repository is managed by git and is (for now) publicly available in GitHub:

<pre>
  git clone git://github.com/doudou/utilmm.git
</pre>

(see <a href="http://github.com/doudou/">this page</a> for more information)

\subsection Dependencies
  - cmake and pkg-config
  - Boost libraries: boost, boost/thread, boost/regex, boost/filesystem plus the boost/graph headers
  - Boost/test to build the test suite
  - Doxygen for the documentation

\subsection Installation instructions

Go into the directory where the sources are installed and do

<pre>
   mkdir build
   cd build
   cmake ..
   make
   make doc
</pre>

Then, as root,
<pre>
   make install
</pre>

Alternatively, you can add the \c -DCMAKE_INSTALL_PREFIX=path/to/the/installation/target option to cmake
to install the files in a custom directory

*/


CONTRIBUTING

No CONTRIBUTING.md found.