Quickstart: Difference between revisions

From Alida
Jump to navigationJump to search
(Created page with "To try Alida and learn more about its nice features, do the following: * download the binary zipfile from the download section of this website * unzip its contents to a director...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
To try Alida and learn more about its nice features, do the following:
Here we introduce Alida's operator concept with some code snippets to give you a first impression of how to deal with Alida on the programming level.


* download the binary zipfile from the download section of this website
* for Java snippets and more follow [[Java_quick|this]] link
* unzip its contents to a directory of your choice
* C++ snippets and interesting information on the implementation in C++ can be found [[C++_quick|here]]
* download required external Java libraries as mentioned on the download page
* run the graphical operator runner as follows:


java -cp ./Alida.jar:./extjars/sezpoz-1.9-alida.jar:./extjars/jh.jar:./extjars/xstream-1.3.1.jar:./intjars/Alida-Help.jar<br/> de.unihalle.informatik.Alida.tools.ALDOpRunnerGUI
Notes on the installation of Alida can be found [[Installation|here]] and in the user manual accessible from [http://www2.informatik.uni-halle.de/agprbio/alida/downloads/manual/AlidaManual.pdf here].
 
* Have fun!

Latest revision as of 18:19, 9 March 2012

Here we introduce Alida's operator concept with some code snippets to give you a first impression of how to deal with Alida on the programming level.

  • for Java snippets and more follow this link
  • C++ snippets and interesting information on the implementation in C++ can be found here

Notes on the installation of Alida can be found here and in the user manual accessible from here.