Difference between revisions of "Downloads"

From mitk.org
Jump to navigation Jump to search
(Added Plugin Generator 1.1.1)
Line 66: Line 66:
 
| '''Download'''  
 
| '''Download'''  
 
| '''Notes'''  
 
| '''Notes'''  
 +
|-
 +
| 1.1.1
 +
| 19-Sep-2011
 +
| Qt 4.6.2
 +
| [[Media:Download$MITKPluginGenerator-1.1.1-Linux.tar.gz]]
 +
| Build on Ubuntu 11.04 x64
 
|-
 
|-
 
| 1.0.0  
 
| 1.0.0  
Line 81: Line 87:
 
| '''Download'''  
 
| '''Download'''  
 
| '''Notes'''  
 
| '''Notes'''  
 +
|-
 +
| 1.1.1
 +
| 19-Sep-2011
 +
| -
 +
| [[Media:Download$MITKPluginGenerator-1.1.1-win32.zip]]
 +
| x32 binary
 
|-
 
|-
 
| 1.0.0  
 
| 1.0.0  
Line 93: Line 105:
 
If the above binary downloads are not compatible with your system, you can download the Plugin Generator sources and build it yourself (basic CMake knowledge required).
 
If the above binary downloads are not compatible with your system, you can download the Plugin Generator sources and build it yourself (basic CMake knowledge required).
  
[[Media:Download$MITKPluginGenerator-1.0.0-src-unix.tar.gz]] (UNIX style line endings)
+
[[Media:Download$MITKPluginGenerator-1.1.1-src-unix.tar.gz]] (UNIX style line endings)
  
[[Media:Download$MITKPluginGenerator-1.0.0-src-win32.zip]] (Windows style line endings)
+
[[Media:Download$MITKPluginGenerator-1.1.1-src-win32.zip]] (Windows style line endings)
  
 
== Source code ==
 
== Source code ==

Revision as of 08:58, 19 September 2011

MITK Downloads

Releases

Source code and binary packages are available as downloads from the MITK SourceForge project site:

Version Release date Dependency no guarantee for old versions Download link Documentation Tutorial
0.14 21-Dec-2009 ITK 3.16 VTK 5.4 Qt 4.5 Download Documentation Tutorial
0.12.2 12-Jun-2009 ITK 3.14 VTK 5.4 Qt 3 Download Documentation Tutorial
0.12 07-May-2009 ITK 3.12 VTK 5.2 Qt 3 Download Documentation Tutorial
0.10 21-Nov-2008 ITK 3.8 VTK 5.0 Qt 3 Download Documentation Tutorial

Older releases are still available at the sourceforge site.

Windows Installer

On the Sourceforge download page you can get installers for Windows 32bit and 64bit. Please note these include only the example application, not the SDK.

If you have problems running the application, please install the Microsoft Redistributable Packages for VS 2008 ( 32bit / 64bit)

Nightly built installers can be found here: https://www.mitk.org/download/ Caution! These are automatically generated untested developer versions!

There is also a binary installer for the MITK 3M3 image analysis application which is based on MITK. See http://3m3.mitk.org for details.

Linux Installer

Currently, no Linux installer for release is available.

Plugin Generator

The MITK Plugin Generator is a command line tool which can generate CTK-style MITK plug-ins and optionally a whole CMake project to boostrap the process of setting up a MITK-based project.

For more information, please see SetupAMitkBasedProject

Linux binaries:

Version Release date Dependencies Download Notes
1.1.1 19-Sep-2011 Qt 4.6.2 Media:Download$MITKPluginGenerator-1.1.1-Linux.tar.gz Build on Ubuntu 11.04 x64
1.0.0 5-Aug-2011 Qt 4.6.2 Media:Download$MITKPluginGenerator-1.0.0-Linux.tar.gz Build on Ubuntu 11.04 x64

Windows binaries:

Version Release date Dependencies Download Notes
1.1.1 19-Sep-2011 - Media:Download$MITKPluginGenerator-1.1.1-win32.zip x32 binary
1.0.0 5-Aug-2011 - Media:Download$MITKPluginGenerator-1.0.0-win32.zip x32 binary

Sources:

If the above binary downloads are not compatible with your system, you can download the Plugin Generator sources and build it yourself (basic CMake knowledge required).

Media:Download$MITKPluginGenerator-1.1.1-src-unix.tar.gz (UNIX style line endings)

Media:Download$MITKPluginGenerator-1.1.1-src-win32.zip (Windows style line endings)

Source code

New: We moved to Git, the subversion repository won't get updated anymore!!!

Since MITK is under active development we recommend to use the Git repository at:

http://git.mitk.org/MITK.git

For details see MitkGit.

Some build instructions can be found in the current, nightly generated MITK documentation. Build requirements are listed here.

Before downloading source code, you can check the nightly status of MITK using the MITK dashboard, hosted at mitk.org.

Getting started

You can get a getting started tutorial with installation instructions on the Documentation page.