Skip to content

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

Please read the Developer Tutorial for build instructions.

Supported Platforms

  • Linux (e.g. Ubuntu 14.04)
  • Windows 7 or newer with Visual Studio 2013 Update 5
  • macOS 10.9 or newer

Requirements

  • CMake 3.5 or newer
  • Qt 5.6 or Qt 5.7.1
  • It is also possible to create an MITK project without any Qt dependencies

About

This is a template for MITK based projects.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.6%
  • CMake 47.4%