$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Groups Pages
Get the Sources

If you are interested in developping for Olena, you are definitely interested in using the development version from our Git Repository.

To successfuly compile and use the development version, you will need the following additional tools:

The Git repository is located at git://git.lrde.epita.fr/olena.

For those who are not used to Git, here are the required commands to get and build a fresh source tree:

   git clone git://git.lrde.epita.fr/olena
   cd olena
   ./bootstrap
   mkdir _build
   cd _build
   ../configure
   make

The last command may take some time.

If you want to install Olena, type thereafter (as root):

   make install