Downloads: Difference between revisions
Line 27: | Line 27: | ||
== Current release (v0.9)== | == Current release (v0.9)== | ||
... | * MiToBo Binaries [http://www.jstacs.de/download.php?which=bin-tar&version=1.3.1 tar.gz] [http://www.jstacs.de/download.php?which=bin-zip&version=1.3.1 zip] (includes Jstacs binaries and all [[Acknowledgements#Libraries | required libraries]]) | ||
* Jstacs Sources [http://www.jstacs.de/download.php?which=source-tar&version=1.3.1 tar.gz] [http://www.jstacs.de/download.php?which=source-zip&version=1.3.1 zip] (includes only the Jstacs sources) | |||
* Jstacs API [http://www.jstacs.de/download.php?which=api-tar&version=1.3.1 tar.gz] [http://www.jstacs.de/download.php?which=api-zip&version=1.3.1 zip] | |||
Visit [[Getting started]] to obtain detailed information how to use Jstacs in your own projects.<br> | |||
Visit [[Recent changes]] to obtain detailed information about the differences between individual versions. | |||
== All versions of MiToBo == | == All versions of MiToBo == |
Revision as of 19:55, 26 October 2010
Requirements
MiToBo requires Java 1.6 or later.
The following external jars are needed to run MiToBo plugins and use the code:
- ImageJ, Version 1.43
- XMLBeans, Version 2.5.0
- XStream, Version 1.3.1
- JAI ImageIO, Version 1.1
In addition, MiToBo relies on some libraries provided by the MiToBo project itself.
To get them all at once just download the 'all-inclusive' zip file:
- MiToBo Add-on libraries, Version 0.9 zip
In detail, the zip file contains the following jars (which you do not need to download separately if you got the all-inclusive zip):
- MTBImageIO-Ext, Version 0.9 (improved image I/O based on ImageIO-Ext):
- Binary jar
- Source code zip
- Alternatively, the ImageIO-Ext library can be used, which depends on the JAI ImageIO library and the JAI library. MTBImageIO-Ext is simply the TIFF part of ImageIO-Ext with slight adjustments to remove dependency on the JAI library.
- MTBGraphml, Version 0.9 (MiToBo extensions for graphML):
- Binary jar
- MTBXml, Version 0.9 (MiToBo XML I/O for several datatypes, based on XMLBeans):
- Binary jar
Current release (v0.9)
- MiToBo Binaries tar.gz zip (includes Jstacs binaries and all required libraries)
- Jstacs Sources tar.gz zip (includes only the Jstacs sources)
- Jstacs API tar.gz zip
Visit Getting started to obtain detailed information how to use Jstacs in your own projects.
Visit Recent changes to obtain detailed information about the differences between individual versions.
All versions of MiToBo
Version | Binaries | Sources | API | Date |
---|---|---|---|---|
0.9 | zip tar.gz | zip tar.gz | zip tar.gz | October 26, 2010 |
Manual
...
Additional resources
- MTBChisio - a graph visualization tool for displaying MiToBo history graphs
MTBChisio is en extended version of the Chisio software developed at the Bilkent University in Turkey.
To use MTBChisio just download the zip file, unpack it into a folder of your choice, enter the folder and type './MTBChisio.sh'.
Note that MTBChisio relies on some architecture-depended code. In case that your machine has a 64-bit architecture, call './MTBChisio_64.sh'.
Download the current release: MTBChisio binary tar.gz zip
Source code for MTBChisio is available upon request.