Download Olena
Important Notes
Project Status. We are now actively working on Olena 1.x only.
Older versions are
not maintained anymore.
Licence. Olena is
Free Software released under the
GNU General Public License (GPL) version 2.
Latest release
The latest version is
Olena 1.0. It is available since July 14, 2009. You will find more details on the dedicated
Olena 1.0 release page.
Olena 1.0 is also available in Mandriva Linux 2010.0 as RPM packages.
Snapshots
Each time modifications are made on the repository, a tarball is automatically built if tests compile and run (through
BuildBot's continuous integration system). These tarballs are considered "snapshots" since they are not official releases and some features may be unstable or incomplete. Snapshots are compiled with GCC 4.2 on an IA-32 host running GNU/Linux; they may fail to build on other configurations.
The snapshots are available at the following address:
Currently only a a small set of branches from the Git repository produce snapshots (among which the
master and
next branches). For each of these branches, the snapshot is stored in a subdirectory of the previous URL (having the same name as the branch), along with the generated documentation of Milena.
Past releases
| Version | Release date | Source code links | Release notes |
| Olena 0.11 | February 21, 2007 | olena-0.11.tar.gz | olena-0.11.tar.bz2 | README-0.11 | NEWS-0.11 |
| Olena 0.10 | April 15, 2004 | olena-0.10.tar.gz | olena-0.10.tar.bz2 | README-0.10 | NEWS-0.10 |
| Olena 0.9 | August 8, 2003 | olena-0.9.tar.gz | olena-0.9.tar.bz2 | README-0.9 | NEWS-0.9 |
| Olena 0.8 | April 10, 2003 | olena-0.8.tar.gz | olena-0.8.tar.bz2 | README-0.8 | NEWS-0.8 |
| Olena 0.6 | January 15, 2003 | olena-0.6.tar.gz | | README-0.6 | NEWS-0.6 |
| Olena 0.5 | July 25, 2002 | olena-0.5.tar.gz | olena-0.5.tar.bz2 | README-0.5 | NEWS-0.5 |
| Olena 0.4.1 | April 25, 2002 | olena-0.4.1.tar.gz | | README-0.4.1 | NEWS-0.4.1 |
| Olena 0.4 | April 24, 2002 | olena-0.4.tar.gz | | README-0.4 | NEWS-0.4 |
| Olena 0.3 | January 14, 2002 | olena-0.3.tar.gz | | README-0.3 | NEWS-0.3 |
| Olena 0.2 | November 28, 2001 | olena-0.2.tar.gz | | README-0.2 | NEWS-0.2 |
| Olena 0.1 | November 1, 2001 | olena-0.1.tar.gz | | README-0.1 | |
Some extra information about past versions of Olena can be found on the
past releases page.
Getting the source from the development repository
You may check out the current version of Olena 1.0's sources from LRDE's Git repository. You will need the following additional tools:
- Git 1.5 or higher
- Autoconf 2.61 or higher
- Automake 1.10 or higher
- Libtool 1.5.22 or higher
- Doxygen 1.5.6 or higher
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 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):
to top