Skip to content

cim-unito/MITK-ProjectTemplate

 
 

Repository files navigation

The MITK Project Template

This project provides a complete CMake-based set-up to get easily started with using MITK and extending it via plug-ins and modules.

Provided Features

  • 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

Getting Started

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).

Supported Platforms

  • Linux
  • Windows XP or newer with Visual Studio 2008
  • MacOSX 10.5 or newer

Requirements

  • 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)

About

This is a template for MITK based projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%