Downloads: Difference between revisions
Line 6: | Line 6: | ||
The current release of Alida is 2.3. | The current release of Alida is 2.3. | ||
Since release 2.3 we support Maven for managing Alida's resources.<br> You can download the release files as well as the Maven artifacts from our Maven server: | Since release 2.3 we support Maven for managing Alida's project resources.<br> You can download the release files as well as the Maven artifacts from our Maven server: | ||
[https://moon.informatik.uni-halle.de/archiva/browse/de.unihalle.informatik.Alida/alida/2.3 https://moon.informatik.uni-halle.de/archiva/browse/de.unihalle.informatik.Alida/alida/2.3] | [https://moon.informatik.uni-halle.de/archiva/browse/de.unihalle.informatik.Alida/alida/2.3 https://moon.informatik.uni-halle.de/archiva/browse/de.unihalle.informatik.Alida/alida/2.3] |
Revision as of 16:12, 17 January 2014
Java implementation
Current release
The current release of Alida is 2.3.
Since release 2.3 we support Maven for managing Alida's project resources.
You can download the release files as well as the Maven artifacts from our Maven server:
https://moon.informatik.uni-halle.de/archiva/browse/de.unihalle.informatik.Alida/alida/2.3
Amongst others you can find there...
- ... the Alida Distribution including documentation, Release 2.3: https://moon.informatik.uni-halle.de/archiva/repository/releases/de/unihalle/informatik/Alida/alida/2.3/alida-2.3-bin.zip
- ... the binaries only, Release 2.3: https://moon.informatik.uni-halle.de/archiva/repository/releases/de/unihalle/informatik/Alida/alida/2.3/alida-2.3.jar
- ... the Alida API, Release 2.3: https://moon.informatik.uni-halle.de/archiva/repository/releases/de/unihalle/informatik/Alida/alida/2.3/alida-2.3-javadoc.jar
Note that Alida's implementation requires at least Java 1.6 (Java 1.7 is not yet fully supported).
Earlier releases (< 2.3)
In the pre-Maven era Alida's dependencies on external jars had to be managed manually. Alida required some external jars included in the Alida binary zipfiles (since v2.0).
For earlier versions the following external jars are needed to use Alida:
In addition, Alida requires some more libraries which are in-house developments:
- Alida requires some graphml extensions to be found in aldgraphml.jar.
- Since release 2.2 saving and loading of configurations is based on XML beans, hence Alida requires some additional xml packages to be found in alida-xmlprovider.jar.
- The graphical operator runner features an online help system based on JavaHelp System which is included in Alida-Help.jar.
If you download the Alida binary zipfile you will find these two libraries in the subdirectory intjars of the zipfile.
Make sure that all of them are in the classpath when executing the operator runners.
Version | Binaries | Sources | API | Date |
---|---|---|---|---|
2.2.1 | zip | zip | zip | May 17th, 2013 (Bugfix Release) |
2.2 | zip | zip | zip | May 17th, 2013 |
2.1 | zip | zip | zip | February 28th, 2013 |
2.0 | zip | zip | zip | December 20th, 2012 |
1.2 | zip | zip | zip | March 2nd, 2012 |
1.1 | zip | zip | zip | Sep 14th, 2011 |
1.0 | zip | zip | zip | May 9th, 2011 |
C++ implementation
Alida's implementation in C++ requires Linux as operating system.
The following external libraries are needed:
- Loki, Version 0.17
Optionally a prototypical implementation of an OpenCV wrapper is included for which the OpenCV library is required:
- OpenCV, Version 2.1 or higher (refer to the Installation section for details on compiling the OpenCV wrapper)
Current release (v0.1)
- Alida C++ Sources zip (includes the sources, license files and some READMEs on how to use and compile Alida)
- Alida C++ API zip (includes Doxygen documentation of Alida's C++ API)
Archive of Alida's C++ releases
Version | Sources | API | Date |
---|---|---|---|
0.1 | zip tgz | zip tgz | March 12th, 2012 |
Manual
Detailed information about Alida, its API and usage, can be found in the user and programmer manual.
- Alida-Manual, Version 2.1 pdf
Additional resources
- Chipory - a graph visualization tool for displaying MiToBo history graphs
Chipory is an extended version of the Chisio software developed at the Bilkent University in Turkey.
The zip file below contains all necessary files. Download this file and unpack it into a folder of your choice.
- To use Chipory on a Linux system with 32-bit architecture just type './Chipory.sh'.
- In case that your machine has a 64-bit architecture running Linux, call './Chipory_64.sh'.
- For Windows with 32-bit architecture a self extracting installer including an executable of Chipory is available.
Download the current release as of 7-12-2012:
- Chipory binary zip
- self extracting installer for Windows chipory-setup.exe
Source code for Chipory is available upon request.