This project provides a complete CMake-based set-up to get easily started with using MITK and extending it via plug-ins and modules.
- Superbuild: Let your project download, configure, and build its dependencies automatically.
- CTK Plug-ins: Easily integrate new CTK-based plug-ins.
- Deployment: Create deployable packages of your project
This is a template. You must modify it such that it fits the needs of your particular project.
Especially you should do a global search and replace for the string "awesome" to rename the template application and plug-in. You may want to rename some files too.
You can download a tarball or zipball which contains the current sources. You should only clone this repository (or fork it on github) if you want to work with the project template itself (i.e. by contributing improvements).
- Linux
- Windows XP or newer with Visual Studio 2008
- MacOSX 10.5 or newer
- CMake 2.8.4 or newer
- Qt 4.6.2 or newer (it is also possible to create a MITK project without any Qt dependencies)