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




Requirements

To compile the user examples

  • a POSIX shell, like Bash
  • a decent C++ compiler, like GNU C++
  • a ‘make’ utility, like GNU or BSD ‘make’

To compile the documentation (Optional)

  • a LaTeX distribution
  • the ‘listings’ TeX package
  • the utility ‘convert’ from ImageMagick
  • GNU Autogen
  • ‘hevea’, a TeX to HTML conversion tool
  • the ‘texinfo’ utilities from GNU

To develop in Olena

  • GNU Autotools (Autoconf 2.54, Automake 1.10)




Getting Olena

The latest version of Olena is available at the following addresses:




Building Olena

First uncompress the archive. According to the downloaded archive, the options are different.

$ tar zxvf olena.tar.gz

Or

$ tar jxvf olena.tar.bz2

Then follow these steps:

$ mkdir olena-build
$ cd olena-build
$ ../olena-1.0/configure && make
$ sudo make install