Difference between revisions of "Olena/Download"
From LRDE
(Olena 2.1) |
|||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{OlenaMenu}}</noinclude> |
||
+ | |||
{{DISPLAYTITLE:Download Olena}} |
{{DISPLAYTITLE:Download Olena}} |
||
− | |||
− | __NOTOC__ |
||
− | |||
− | |||
== Important notes == |
== Important notes == |
||
Line 10: | Line 8: | ||
Older versions are ''not'' maintained anymore. |
Older versions are ''not'' maintained anymore. |
||
− | '''Licence.''' Olena is [http://en.wikipedia.org/wiki/Free_software Free Software] released under the [http://www.gnu.org/licenses/gpl.html GNU General Public License (GPL) version 2]. |
+ | '''Licence.''' Olena is [http://en.wikipedia.org/wiki/Free_software Free Software] released under the [http://www.gnu.org/licenses/gpl.html GNU General Public License (GPL) version 2]. |
− | |||
== Latest release == |
== Latest release == |
||
+ | The latest version is '''Olena 2.1'''. It is available since July 8, 2014. You will find more details on the dedicated [[Olena/Olena210|Olena 2.1 release page]]. |
||
− | |||
− | The latest version is '''Olena 2.0'''. It is available since September 16, 2011. You will find more details on the dedicated [[Olena/Olena200|Olena 2.0 release page]]. |
||
=== All platforms (sources) === |
=== All platforms (sources) === |
||
<BLOCKQUOTE> |
<BLOCKQUOTE> |
||
+ | |||
− | %TABLE{tableborder="0" cellpadding="3" cellspacing="3"}% |
||
− | {| |
+ | {| class="wikitable" |
|- |
|- |
||
+ | | '''Version''' |
||
− | | '''Version''' || '''Release date''' || '''Source code links''' ||| '''Release notes''' | |
||
+ | | '''Release date''' |
||
+ | | colspan="2" | '''Source code links''' |
||
+ | | colspan="2" | '''Release notes''' |
||
|- |
|- |
||
+ | | [[Olena/Olena210|Olena 2.1]] |
||
− | | [[Olena/Olena200|Olena 2.0]] || September 16, 2011 || [https://www.lrde.epita.fr/dload/olena/2.0/olena-2.0.tar.gz olena-2.0.tar.gz] || [https://www.lrde.epita.fr/dload/olena/2.0/olena-2.0.tar.bz2 olena-2.0.tar.bz2] || [https://www.lrde.epita.fr/dload/olena/2.0/README-2.0 README-2.0] || [https://www.lrde.epita.fr/dload/olena/2.0/NEWS-2.0 NEWS-2.0] |
||
+ | | July 8, 2014 |
||
+ | | [{{SERVER}}/dload/olena/2.1/olena-2.1.tar.gz olena-2.1.tar.gz] |
||
+ | | [{{SERVER}}/dload/olena/2.1/olena-2.1.tar.bz2 olena-2.1.tar.bz2] |
||
+ | | [{{SERVER}}/dload/olena/2.1/README-2.1 README-2.1] |
||
+ | | [{{SERVER}}/dload/olena/2.1/NEWS-2.1 NEWS-2.1] |
||
|} |
|} |
||
Line 44: | Line 48: | ||
compile the project using the following commands: |
compile the project using the following commands: |
||
− | <syntaxhighlight lang="bash" |
+ | <syntaxhighlight lang="bash" enclose="div"> |
− | + | tar xjf olena-2.1.tar.bz2 |
|
− | + | cd olena-2.1 |
|
− | + | ./configure |
|
− | + | make |
|
</syntaxhighlight> |
</syntaxhighlight> |
||
Line 58: | Line 62: | ||
Finally, install Olena using: |
Finally, install Olena using: |
||
− | <syntaxhighlight lang="bash" |
+ | <syntaxhighlight lang="bash" enclose="div"> |
− | + | make install |
|
</syntaxhighlight> |
</syntaxhighlight> |
||
Line 66: | Line 70: | ||
you have the permission to do so): |
you have the permission to do so): |
||
− | <syntaxhighlight lang="bash" |
+ | <syntaxhighlight lang="bash" enclose="div"> |
− | + | sudo make install |
|
</syntaxhighlight> |
</syntaxhighlight> |
||
Line 75: | Line 79: | ||
option passed to <tt>configure</tt>): |
option passed to <tt>configure</tt>): |
||
− | <syntaxhighlight lang="bash" |
+ | <syntaxhighlight lang="bash" enclose="div"> |
− | + | tar xjf olena-2.1.tar.bz2 |
|
− | + | cd olena-2.1 |
|
− | + | ./configure --prefix=$HOME/local |
|
− | + | make |
|
− | + | make install |
|
</syntaxhighlight> |
</syntaxhighlight> |
||
Line 88: | Line 92: | ||
{| tableborder="0" cellpadding="3" cellspacing="3" |
{| tableborder="0" cellpadding="3" cellspacing="3" |
||
|- |
|- |
||
+ | | [[File:Olena-debian_logo.png]] |
||
− | | |
||
+ | | Olena is currently being [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674291 integrated into Debian]. However .deb files are already available : |
||
− | [[File:Olena-debian_logo.png]] |
||
+ | * [{{SERVER}}/dload/olena/2.0/debian/olena-bin_2.0-1_amd64.deb olena-bin.deb] (for Debian testing ''wheezy'', AMD64 only) |
||
− | |||
+ | * [{{SERVER}}/dload/olena/2.0/debian/olena-dev_2.0-1_all.deb olena-dev.deb] (any Debian version) |
||
− | | |
||
− | Olena is currently being [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674291 integrated into Debian]. However .deb files are already available : |
||
− | * [http://www.lrde.epita.fr/dload/olena/2.0/debian/olena-bin_2.0-1_amd64.deb olena-bin.deb] (for Debian testing ''wheezy'', AMD64 only) |
||
− | * [http://www.lrde.epita.fr/dload/olena/2.0/debian/olena-dev_2.0-1_all.deb olena-dev.deb] (any Debian version) |
||
<pre> |
<pre> |
||
sudo dpkg -i olena-bin_2.0-1_amd64.deb olena-dev_2.0-1_all.deb |
sudo dpkg -i olena-bin_2.0-1_amd64.deb olena-dev_2.0-1_all.deb |
||
</pre> |
</pre> |
||
− | |||
− | |||
|- |
|- |
||
+ | | [https://launchpad.net/olena [[File:Olena-ubuntu.jpg]]] |
||
− | | |
||
+ | | Add Olena's repository and install the package: |
||
− | [https://launchpad.net/olena [[File:Olena-ubuntu.jpg]]] |
||
− | |||
− | | |
||
− | Add Olena's repository and install the package: |
||
<pre> |
<pre> |
||
sudo add-apt-repository ppa:olena/ppa |
sudo add-apt-repository ppa:olena/ppa |
||
Line 111: | Line 107: | ||
sudo apt-get install olena |
sudo apt-get install olena |
||
</pre> |
</pre> |
||
− | |||
− | |||
|- |
|- |
||
+ | | [[File:Olena-mandriva.png]] |
||
− | | |
||
+ | | Olena is available in Mandriva Cooker mainstream: |
||
− | [[File:Olena-mandriva.png]] |
||
− | |||
− | | |
||
− | Olena is available in Mandriva Cooker mainstream: |
||
<pre> |
<pre> |
||
urpmi olena-devel olena-tools olena-doc |
urpmi olena-devel olena-tools olena-doc |
||
</pre> |
</pre> |
||
+ | {| |
||
− | {| border="1" |
||
|- |
|- |
||
− | Packages are also available here: |
+ | | Packages are also available here: [ftp://bo/mirror/garr/it/pub/1/unity/repo/openmandriva/i586/media/contrib/release/olena-tools-2/0-3-mdv2012/0/i586/rpm olena-tools] |
+ | | [ftp://bo/mirror/garr/it/pub/1/unity/repo/openmandriva/i586/media/contrib/release/olena-doc-2/0-3-mdv2012/0/i586/rpm olena-doc] |
||
+ | | [ftp://bo/mirror/garr/it/pub/1/unity/repo/openmandriva/i586/media/contrib/release/olena-devel-2/0-3-mdv2012/0/i586/rpm olena-doc] |
||
+ | |} |
||
|} |
|} |
||
− | |||
− | |||
− | |||
− | |} |
||
</BLOCKQUOTE> |
</BLOCKQUOTE> |
||
Line 137: | Line 127: | ||
{| tableborder="0" cellpadding="3" cellspacing="3" |
{| tableborder="0" cellpadding="3" cellspacing="3" |
||
|- |
|- |
||
− | | |
+ | | |
[http://www.macports.org/ports.php?by=name&substr=olena [[File:Olena-macports.png]]] |
[http://www.macports.org/ports.php?by=name&substr=olena [[File:Olena-macports.png]]] |
||
− | | |
+ | | |
Install Milena and the Scribo module: |
Install Milena and the Scribo module: |
||
<pre> |
<pre> |
||
Line 149: | Line 139: | ||
sudo port install olena -scribo |
sudo port install olena -scribo |
||
</pre> |
</pre> |
||
− | |||
|} |
|} |
||
</BLOCKQUOTE> |
</BLOCKQUOTE> |
||
− | Once Olena is installed, development headers are available in '''/usr/include/mln''' and '''/usr/include/scribo'''. |
+ | Once Olena is installed, development headers are available in '''/usr/include/mln''' and '''/usr/include/scribo'''. |
− | <br>Two program tools are also available : '''scribo-cli''' and '''scribo-viewer'''. |
+ | <br/>Two program tools are also available : '''scribo-cli''' and '''scribo-viewer'''. |
− | |||
<!-- |
<!-- |
||
Line 165: | Line 153: | ||
The snapshots are available at the following address: |
The snapshots are available at the following address: |
||
− | * |
+ | * {{SERVER}}/dload/olena/snapshots/ |
Currently only a a small set of branches from the Git repository produce snapshots (among which the <tt>master</tt> and <tt>next</tt> 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. |
Currently only a a small set of branches from the Git repository produce snapshots (among which the <tt>master</tt> and <tt>next</tt> 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 == |
== Past releases == |
||
+ | {| class="wikitable" |
||
− | %TABLE{tableborder="0" cellpadding="3" cellspacing="3"}% |
||
− | {| border="1" |
||
|- |
|- |
||
+ | | '''Version''' |
||
− | | '''Version''' || '''Release date''' || '''Source code links''' ||| '''Release notes''' | |
||
+ | | '''Release date''' |
||
+ | | colspan="2" | '''Source code links''' |
||
+ | | colspan="2" | '''Release notes''' |
||
|- |
|- |
||
+ | | [[Olena/Olena200|Olena 2.0]] |
||
− | | [[Olena/Olena100|Olena 1.0]] || July 14, 2009 || [https://www.lrde.epita.fr/dload/olena/1.0/olena-1.0.tar.gz olena-1.0.tar.gz] || [https://www.lrde.epita.fr/dload/olena/1.0/olena-1.0.tar.bz2 olena-1.0.tar.bz2] || [https://www.lrde.epita.fr/dload/olena/1.0/README-1.0 README-1.0] || [https://www.lrde.epita.fr/dload/olena/1.0/NEWS-1.0 NEWS-1.0] |
||
+ | | September 16, 2011 |
||
+ | | [{{SERVER}}/dload/olena/2.0/olena-2.0.tar.gz olena-2.0.tar.gz] |
||
+ | | [{{SERVER}}/dload/olena/2.0/olena-2.0.tar.bz2 olena-2.0.tar.bz2] |
||
+ | | [{{SERVER}}/dload/olena/2.0/README-2.0 README-2.0] |
||
+ | | [{{SERVER}}/dload/olena/2.0/NEWS-2.0 NEWS-2.0] |
||
|- |
|- |
||
+ | | [[Olena/Olena100|Olena 1.0]] |
||
− | | [[Olena/Olena011|Olena 0.11]] || February 21, 2007 || [https://www.lrde.epita.fr/dload/olena/0.11/olena-0.11.tar.gz olena-0.11.tar.gz] || [https://www.lrde.epita.fr/dload/olena/0.11/olena-0.11.tar.bz2 olena-0.11.tar.bz2] || [https://www.lrde.epita.fr/dload/olena/0.11/README-0.11 README-0.11] || [https://www.lrde.epita.fr/dload/olena/0.11/NEWS-0.11 NEWS-0.11] |
||
+ | | July 14, 2009 |
||
+ | | [{{SERVER}}/dload/olena/1.0/olena-1.0.tar.gz olena-1.0.tar.gz] |
||
+ | | [{{SERVER}}/dload/olena/1.0/olena-1.0.tar.bz2 olena-1.0.tar.bz2] |
||
+ | | [{{SERVER}}/dload/olena/1.0/README-1.0 README-1.0] |
||
+ | | [{{SERVER}}/dload/olena/1.0/NEWS-1.0 NEWS-1.0] |
||
|- |
|- |
||
+ | | [[Olena/Olena011|Olena 0.11]] |
||
− | | Olena 0.10 || April 15, 2004 || [https://www.lrde.epita.fr/dload/olena/0.10/olena-0.10.tar.gz olena-0.10.tar.gz] || [https://www.lrde.epita.fr/dload/olena/0.10/olena-0.10.tar.bz2 olena-0.10.tar.bz2] || [https://www.lrde.epita.fr/dload/olena/0.10/README-0.10 README-0.10] || [https://www.lrde.epita.fr/dload/olena/0.10/NEWS-0.10 NEWS-0.10] |
||
+ | | February 21, 2007 |
||
+ | | [{{SERVER}}/dload/olena/0.11/olena-0.11.tar.gz olena-0.11.tar.gz] |
||
+ | | [{{SERVER}}/dload/olena/0.11/olena-0.11.tar.bz2 olena-0.11.tar.bz2] |
||
+ | | [{{SERVER}}/dload/olena/0.11/README-0.11 README-0.11] |
||
+ | | [{{SERVER}}/dload/olena/0.11/NEWS-0.11 NEWS-0.11] |
||
|- |
|- |
||
+ | | Olena 0.10 |
||
− | | Olena 0.9 || August 8, 2003 || [https://www.lrde.epita.fr/dload/olena/0.9/olena-0.9.tar.gz olena-0.9.tar.gz] || [https://www.lrde.epita.fr/dload/olena/0.9/olena-0.9.tar.bz2 olena-0.9.tar.bz2] || [https://www.lrde.epita.fr/dload/olena/0.9/README-0.9 README-0.9] || [https://www.lrde.epita.fr/dload/olena/0.9/NEWS-0.9 NEWS-0.9] |
||
+ | | April 15, 2004 |
||
+ | | [{{SERVER}}/dload/olena/0.10/olena-0.10.tar.gz olena-0.10.tar.gz] |
||
+ | | [{{SERVER}}/dload/olena/0.10/olena-0.10.tar.bz2 olena-0.10.tar.bz2] |
||
+ | | [{{SERVER}}/dload/olena/0.10/README-0.10 README-0.10] |
||
+ | | [{{SERVER}}/dload/olena/0.10/NEWS-0.10 NEWS-0.10] |
||
|- |
|- |
||
+ | | Olena 0.9 |
||
− | | Olena 0.8 || April 10, 2003 || [https://www.lrde.epita.fr/dload/olena/0.8/olena-0.8.tar.gz olena-0.8.tar.gz] || [https://www.lrde.epita.fr/dload/olena/0.8/olena-0.8.tar.bz2 olena-0.8.tar.bz2] || [https://www.lrde.epita.fr/dload/olena/0.8/README-0.8 README-0.8] || [https://www.lrde.epita.fr/dload/olena/0.8/NEWS-0.8 NEWS-0.8] |
||
+ | | August 8, 2003 |
||
+ | | [{{SERVER}}/dload/olena/0.9/olena-0.9.tar.gz olena-0.9.tar.gz] |
||
+ | | [{{SERVER}}/dload/olena/0.9/olena-0.9.tar.bz2 olena-0.9.tar.bz2] |
||
+ | | [{{SERVER}}/dload/olena/0.9/README-0.9 README-0.9] |
||
+ | | [{{SERVER}}/dload/olena/0.9/NEWS-0.9 NEWS-0.9] |
||
|- |
|- |
||
+ | | Olena 0.8 |
||
− | | Olena 0.6 || January 15, 2003 || [https://www.lrde.epita.fr/dload/olena/0.6/olena-0.6.tar.gz olena-0.6.tar.gz] || || [https://www.lrde.epita.fr/dload/olena/0.6/README-0.6 README-0.6] || [https://www.lrde.epita.fr/dload/olena/0.6/NEWS-0.6 NEWS-0.6] |
||
+ | | April 10, 2003 |
||
+ | | [{{SERVER}}/dload/olena/0.8/olena-0.8.tar.gz olena-0.8.tar.gz] |
||
+ | | [{{SERVER}}/dload/olena/0.8/olena-0.8.tar.bz2 olena-0.8.tar.bz2] |
||
+ | | [{{SERVER}}/dload/olena/0.8/README-0.8 README-0.8] |
||
+ | | [{{SERVER}}/dload/olena/0.8/NEWS-0.8 NEWS-0.8] |
||
|- |
|- |
||
+ | | Olena 0.6 |
||
− | | Olena 0.5 || July 25, 2002 || [https://www.lrde.epita.fr/dload/olena/0.5/olena-0.5.tar.gz olena-0.5.tar.gz] || [https://www.lrde.epita.fr/dload/olena/0.5/olena-0.5.tar.bz2 olena-0.5.tar.bz2] || [https://www.lrde.epita.fr/dload/olena/0.5/README-0.5 README-0.5] || [https://www.lrde.epita.fr/dload/olena/0.5/NEWS-0.5 NEWS-0.5] |
||
+ | | January 15, 2003 |
||
+ | | [{{SERVER}}/dload/olena/0.6/olena-0.6.tar.gz olena-0.6.tar.gz] |
||
+ | | |
||
+ | | [{{SERVER}}/dload/olena/0.6/README-0.6 README-0.6] |
||
+ | | [{{SERVER}}/dload/olena/0.6/NEWS-0.6 NEWS-0.6] |
||
|- |
|- |
||
+ | | Olena 0.5 |
||
− | | Olena 0.4.1 || April 25, 2002 || [https://www.lrde.epita.fr/dload/olena/0.4/olena-0.4.1.tar.gz olena-0.4.1.tar.gz] || || [https://www.lrde.epita.fr/dload/olena/0.4/README-0.4.1 README-0.4.1] || [https://www.lrde.epita.fr/dload/olena/0.4/NEWS-0.4.1 NEWS-0.4.1] |
||
+ | | July 25, 2002 |
||
+ | | [{{SERVER}}/dload/olena/0.5/olena-0.5.tar.gz olena-0.5.tar.gz] |
||
+ | | [{{SERVER}}/dload/olena/0.5/olena-0.5.tar.bz2 olena-0.5.tar.bz2] |
||
+ | | [{{SERVER}}/dload/olena/0.5/README-0.5 README-0.5] |
||
+ | | [{{SERVER}}/dload/olena/0.5/NEWS-0.5 NEWS-0.5] |
||
|- |
|- |
||
+ | | Olena 0.4.1 |
||
− | | Olena 0.4 || April 24, 2002 || [https://www.lrde.epita.fr/dload/olena/0.4/olena-0.4.tar.gz olena-0.4.tar.gz] || || [https://www.lrde.epita.fr/dload/olena/0.4/README-0.4 README-0.4] || [https://www.lrde.epita.fr/dload/olena/0.4/NEWS-0.4 NEWS-0.4] |
||
+ | | April 25, 2002 |
||
+ | | [{{SERVER}}/dload/olena/0.4/olena-0.4.1.tar.gz olena-0.4.1.tar.gz] |
||
+ | | |
||
+ | | [{{SERVER}}/dload/olena/0.4/README-0.4.1 README-0.4.1] |
||
+ | | [{{SERVER}}/dload/olena/0.4/NEWS-0.4.1 NEWS-0.4.1] |
||
|- |
|- |
||
+ | | Olena 0.4 |
||
− | | Olena 0.3 || January 14, 2002 || [https://www.lrde.epita.fr/dload/olena/0.3/olena-0.3.tar.gz olena-0.3.tar.gz] || || [https://www.lrde.epita.fr/dload/olena/0.3/README-0.3 README-0.3] || [https://www.lrde.epita.fr/dload/olena/0.3/NEWS-0.3 NEWS-0.3] |
||
+ | | April 24, 2002 |
||
+ | | [{{SERVER}}/dload/olena/0.4/olena-0.4.tar.gz olena-0.4.tar.gz] |
||
+ | | |
||
+ | | [{{SERVER}}/dload/olena/0.4/README-0.4 README-0.4] |
||
+ | | [{{SERVER}}/dload/olena/0.4/NEWS-0.4 NEWS-0.4] |
||
|- |
|- |
||
+ | | Olena 0.3 |
||
− | | Olena 0.2 || November 28, 2001 || [https://www.lrde.epita.fr/dload/olena/0.2/olena-0.2.tar.gz olena-0.2.tar.gz] || || [https://www.lrde.epita.fr/dload/olena/0.2/README-0.2 README-0.2] || [https://www.lrde.epita.fr/dload/olena/0.2/NEWS-0.2 NEWS-0.2] |
||
+ | | January 14, 2002 |
||
+ | | [{{SERVER}}/dload/olena/0.3/olena-0.3.tar.gz olena-0.3.tar.gz] |
||
+ | | |
||
+ | | [{{SERVER}}/dload/olena/0.3/README-0.3 README-0.3] |
||
+ | | [{{SERVER}}/dload/olena/0.3/NEWS-0.3 NEWS-0.3] |
||
|- |
|- |
||
+ | | Olena 0.2 |
||
− | | Olena 0.1 || November 1, 2001 || [https://www.lrde.epita.fr/dload/olena/0.1/olena-0.1.tar.gz olena-0.1.tar.gz] || || [https://www.lrde.epita.fr/dload/olena/0.1/README-0.1 README-0.1] || |
||
+ | | November 28, 2001 |
||
− | |||
+ | | [{{SERVER}}/dload/olena/0.2/olena-0.2.tar.gz olena-0.2.tar.gz] |
||
+ | | |
||
+ | | [{{SERVER}}/dload/olena/0.2/README-0.2 README-0.2] |
||
+ | | [{{SERVER}}/dload/olena/0.2/NEWS-0.2 NEWS-0.2] |
||
+ | |- |
||
+ | | Olena 0.1 |
||
+ | | November 1, 2001 |
||
+ | | [{{SERVER}}/dload/olena/0.1/olena-0.1.tar.gz olena-0.1.tar.gz] |
||
+ | | |
||
+ | | [{{SERVER}}/dload/olena/0.1/README-0.1 README-0.1] |
||
+ | | |
||
|} |
|} |
||
Olena 1.0 is also available in Mandriva Linux 2010.0 as RPM packages. |
Olena 1.0 is also available in Mandriva Linux 2010.0 as RPM packages. |
||
− | Some extra information about past versions of Olena can be found on the [[Olena/ |
+ | Some extra information about past versions of Olena can be found on the [[Olena/Releases|past releases]] page. |
− | |||
− | <a name="git"></a> |
||
== Getting the source from the development repository == |
== Getting the source from the development repository == |
||
Line 228: | Line 281: | ||
For those who are not used to Git, here are the required commands to get and build a fresh source tree: |
For those who are not used to Git, here are the required commands to get and build a fresh source tree: |
||
− | <syntaxhighlight lang="bash" |
+ | <syntaxhighlight lang="bash" enclose="div"> |
− | + | git clone git://git.lrde.epita.fr/olena |
|
− | + | cd olena |
|
− | + | ./bootstrap |
|
− | + | mkdir _build |
|
− | + | cd _build |
|
− | + | ../configure --enable-verbose |
|
− | + | make |
|
</syntaxhighlight> |
</syntaxhighlight> |
||
The last command may take some time. |
The last command may take some time. |
||
To install Olena, type thereafter (as root): |
To install Olena, type thereafter (as root): |
||
− | <syntaxhighlight lang="bash" |
+ | <syntaxhighlight lang="bash" enclose="div"> |
− | + | make install |
|
</syntaxhighlight> |
</syntaxhighlight> |
||
Line 249: | Line 302: | ||
Here is an example of the possible error : |
Here is an example of the possible error : |
||
+ | <syntaxhighlight lang="cpp" enclose="div"> |
||
− | <pre> |
||
../../../../olena/milena/mln/canvas/browsing/snake_generic.hh:90:29: error: uninitialized const mln::canvas::browsing::snake_generic [-fpermissive] |
../../../../olena/milena/mln/canvas/browsing/snake_generic.hh:90:29: error: uninitialized const mln::canvas::browsing::snake_generic [-fpermissive] |
||
../../../../olena/milena/mln/canvas/browsing/snake_generic.hh:76:14: note: const struct mln::canvas::browsing::snake_generic_t has no user-provided default constructor |
../../../../olena/milena/mln/canvas/browsing/snake_generic.hh:76:14: note: const struct mln::canvas::browsing::snake_generic_t has no user-provided default constructor |
||
+ | </syntaxhighlight> |
||
− | </pre> |
||
Many non-relevant warnings may also arise. |
Many non-relevant warnings may also arise. |
||
A simple solution is to add CXXFLAGS to configure script with the following argument : |
A simple solution is to add CXXFLAGS to configure script with the following argument : |
||
− | <syntaxhighlight lang="bash" |
+ | <syntaxhighlight lang="bash" enclose="div"> |
../configure CXXFLAGS="-fpermissive -Wunused-but-set-variable" |
../configure CXXFLAGS="-fpermissive -Wunused-but-set-variable" |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
or pass these flags to any build task using Milena headers, e.g. when using Make : |
or pass these flags to any build task using Milena headers, e.g. when using Make : |
||
− | <syntaxhighlight lang="bash" |
+ | <syntaxhighlight lang="bash" enclose="div"> |
make CXXFLAGS="-fpermissive -Wunused-but-set-variable" |
make CXXFLAGS="-fpermissive -Wunused-but-set-variable" |
||
</syntaxhighlight> |
</syntaxhighlight> |
Latest revision as of 15:38, 16 April 2015
Resources
Important notes
Project Status. We are now actively working on Olena 2.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 2.1. It is available since July 8, 2014. You will find more details on the dedicated Olena 2.1 release page.
All platforms (sources)
Version Release date Source code links Release notes Olena 2.1 July 8, 2014 olena-2.1.tar.gz olena-2.1.tar.bz2 README-2.1 NEWS-2.1
Build requirements
Building Olena for sources requires the following tools:
- A Bourne shell (/bin/sh)
- GNU Make (other versions of Make might work but have not been tested)
- A C++ 2003 compiler such as GCC version 4.2 or higher; or Clang version 3.0 or higher (other compilers might work but have not been tested)
Installing from sources
Once you have downloaded the Olena sources, extract, configure and compile the project using the following commands:
tar xjf olena-2.1.tar.bz2
cd olena-2.1
./configure
make
You can pass extra options to configure to enable optional modules of the platform, choose a different installation path (default is /usr/local) or change the compilation flags; use ./configure --help to get more details about these features.
Finally, install Olena using:
make install
The defaut installation path (/usr/local) usually requires root permissions, so you'll probably want to run it through sudo (provided you have the permission to do so):
sudo make install
Alternatively, you can choose to install Olena in a location of your own, like a subdirectory of your home directory, such as $HOME/local, by following this recipe instead (note the addition of the --prefix option passed to configure):
tar xjf olena-2.1.tar.bz2
cd olena-2.1
./configure --prefix=$HOME/local
make
make install
GNU/Linux packages
![]()
Olena is currently being integrated into Debian. However .deb files are already available :
- olena-bin.deb (for Debian testing wheezy, AMD64 only)
- olena-dev.deb (any Debian version)
sudo dpkg -i olena-bin_2.0-1_amd64.deb olena-dev_2.0-1_all.deb![]()
Add Olena's repository and install the package: sudo add-apt-repository ppa:olena/ppa sudo apt-get update sudo apt-get install olena![]()
Olena is available in Mandriva Cooker mainstream: urpmi olena-devel olena-tools olena-doc
Packages are also available here: olena-tools olena-doc olena-doc
Mac OS X packages
Install Milena and the Scribo module:
sudo port install olenaOr install Milena sources only :
sudo port install olena -scribo
Once Olena is installed, development headers are available in /usr/include/mln and /usr/include/scribo.
Two program tools are also available : scribo-cli and scribo-viewer.
Past releases
Olena 1.0 is also available in Mandriva Linux 2010.0 as RPM packages.
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 2.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
- ImageMagick 6.3.7 or higher
- HeVeA 1.10
- LaTeX2HTML (or at minimum, its html.sty style file)
- bibtex2html 1.95 or higher (at least the bibtex2html and bib2bib tools)
- Tesseract (2.0x, 3.01 or higher. Needed by the Scribo module only)
The Git repository is located at git://git.lrde.epita.fr/olena. You can browse it online via GitWeb.
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 --enable-verbose
make
The last command may take some time.
To install Olena, type thereafter (as root):
make install
Known issues
Compilation issues may be encountered with g++ 4.6.0 and 4.6.1 (especially on Ubuntu 11.10) with Olena 2.0.
Here is an example of the possible error :
../../../../olena/milena/mln/canvas/browsing/snake_generic.hh:90:29: error: uninitialized const mln::canvas::browsing::snake_generic [-fpermissive]
../../../../olena/milena/mln/canvas/browsing/snake_generic.hh:76:14: note: const struct mln::canvas::browsing::snake_generic_t has no user-provided default constructor
Many non-relevant warnings may also arise.
A simple solution is to add CXXFLAGS to configure script with the following argument :
../configure CXXFLAGS="-fpermissive -Wunused-but-set-variable"
or pass these flags to any build task using Milena headers, e.g. when using Make :
make CXXFLAGS="-fpermissive -Wunused-but-set-variable"
Otherwise, using a different version of g++ would also fix this issue without specifying anything to configure.