Difference between revisions of "Downloads"
Line 9: | Line 9: | ||
MITK releases include binary installers for Linux, Mac OS, and Windows. Please note that these installers only contain an application demonstrating MITK's capabilities, not the MITK SDK. | MITK releases include binary installers for Linux, Mac OS, and Windows. Please note that these installers only contain an application demonstrating MITK's capabilities, not the MITK SDK. | ||
− | '''For Linux users:''' The environment variable QT_PLUGIN_PATH has to be set to point to the Qt 5 | + | '''For Linux users:''' The environment variable QT_PLUGIN_PATH has to be set to point to the Qt 5 plugins directory in order to run the application since MITK 2015.05. One of the typical paths is listed within the example commando |
:<pre> bash:~/$ export QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt5/plugins </pre> | :<pre> bash:~/$ export QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt5/plugins </pre> | ||
− | + | When not set, the attempt to run the application terminates with following error message: ''This application failed to start because it could not find or load the Qt platform plugin "xcb".'' | |
{|class="wikitable" width=100% style="background-color:#ffffff;" | {|class="wikitable" width=100% style="background-color:#ffffff;" |
Revision as of 14:36, 17 June 2015
MITK applications
MITK Workbench
MITK releases include binary installers for Linux, Mac OS, and Windows. Please note that these installers only contain an application demonstrating MITK's capabilities, not the MITK SDK.
For Linux users: The environment variable QT_PLUGIN_PATH has to be set to point to the Qt 5 plugins directory in order to run the application since MITK 2015.05. One of the typical paths is listed within the example commando
bash:~/$ export QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt5/plugins
When not set, the attempt to run the application terminates with following error message: This application failed to start because it could not find or load the Qt platform plugin "xcb".
MITK Release | Sources | Installers | Documentation | Supported Platforms |
2015.05.0 | Archive Git tag v2015.05.0 |
Windows Linux Mac OS |
Doxygen Build Instructions |
Supported Platforms |
2014.10.0 | Archive Git tag v2014.10.0 |
Windows Linux Mac OS |
Doxygen Build Instructions |
Supported Platforms |
2014.03.0 | Archive Git tag v2014.03.0 |
Windows Linux Mac OS |
Doxygen Build Instructions |
Supported Platforms |
Previous releases
MITK Release | Sources | Installers | Documentation | Supported Platforms |
2013.12.0 | Archive Git tag v2013.12.0 |
Windows Linux Mac OS |
Doxygen Build Instructions |
Supported Platforms |
2013.09.0 | Archive Git tag v2013.09.0 |
Windows Linux Mac OS |
Doxygen Build Instructions |
Supported Platforms |
2013.06.0 | Archive Git tag v2013.06.0 |
Windows Linux Mac OS |
Doxygen Build Instructions |
Supported Platforms |
2013.03.2 | Archive Git tag v2013.03.2 |
not available | Doxygen Build Instructions |
Supported Platforms |
2013.03.0 | Archive Git tag v2013.03.0 |
Windows Linux Mac OS |
Doxygen Build Instructions |
Supported Platforms |
2012.12.0 | Archive Git tag v2012.12.0 |
Windows Linux Mac OS |
Doxygen Build Instructions |
Supported Platforms |
2012.09.0 | Archive Git tag v2012.09.0 |
Windows Linux Mac OS |
Doxygen Build Instructions |
Supported Platforms |
2012.06.0 | Archive Git tag v2012.06.0 |
Windows Linux Mac OS |
Doxygen Build Instructions |
Supported Platforms |
Some older releases can be found at the MITK SourceForge project site.
Nightly built installers can be found here. Caution! These are automatically generated untested developer versions!
MITK Diffusion
MITK Diffusion is an application designed around the workflows for the analysis of diffusion MRI data. As such it is a binary release which expands the functionality available in the MITK Workbench.
The current release 2014.10.02 is available here.
Windows | Vista, Windows 7 | MS Windows (64 bit) installer |
---|---|---|
Linux | Ubuntu 14.04 and newer | Ubuntu (64 bit), tar.gz archive |
Mac OS X | OS X 10.8 and newer | 10.8 OS X disk image |
For older releases or more information regarding MITK Diffusion visit our MITK Diffusion site.
MITK 3M3
There is also a binary installer for the MITK 3M3 image analysis application which is based on MITK.
Special Releases
Recent releases of special applications can be found here.
MITK Source Code
We recommend to use the source code archive from the latest MITK release (see table above) or to check out the corresponding git tag.
If you need bug fixes or features which are not yet included in a MITK release, you can also clone the Git repository at:
http://git.mitk.org/MITK.git
Before updating to a current development version, you can check the status of the MITK continuous integration system.
For details about Git, see also Mitk & Git.
Getting Started
Build instructions are available in the MITK documentation. Build requirements are listed here. See the Documentation page for further links.
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 the Documentation.
The latest version of the MITK Plugin Generator is included in the MITK code repository
Previous releases:
Version | Release date | Dependencies | Download | Notes | MITK Release |
Linux Binaries | |||||
1.4.0 | 24-Feb-2012 | Qt 4.6.2 | MITKPluginGenerator-1.4.0-Linux.tar.gz | Build on Ubuntu 11.04 x64 | For 2012.06 |
1.3.0 | 26-Jan-2012 | Qt 4.6.2 | MITKPluginGenerator-1.3.0-Linux.tar.gz | Build on Ubuntu 11.04 x64 | For 2012.02 |
Windows binaries | |||||
1.4.0 | 24-Feb-2012 | - | MITKPluginGenerator-1.4.0-win32.zip | x32 binary | For 2012.06 |
1.3.0 | 26-Jan-2012 | - | MITKPluginGenerator-1.3.0-win32.zip | x32 binary | For 2012.02 |
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).
- MITKPluginGenerator-1.4.0-src-unix.tar.gz (UNIX style line endings)
- MITKPluginGenerator-1.4.0-src-win32.zip (Windows style line endings)