Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.34 KB

File metadata and controls

34 lines (23 loc) · 1.34 KB

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)