Skip to content

Developer Guide

Ashish Singh edited this page Sep 18, 2020 · 7 revisions

How to build & package from Sources

Abridged Version

  1. Clone the CaPTk2.0 repository on your system
  2. Clone MITK version 2018.04.02 on your system. Follow the build instructions for MITK and make sure you have all the prerequisites installed on your system.
  3. Set the CMake cache variable MITK_EXTENSION_DIRS to your working copy of the CaPTk2.0 that you cloned in step 1
  4. Set the CMake cache variable MITK_BUILD_CONFIGURATION to CaPTkAll
  5. Set CMAKE_BUILD_TYPE to "Release" (or "Debug" if you want to develop with a debugger, but remember to only distribute "Release" to end users)
  6. Configure and Generate the MITK Superbuild

Detailed platform specific version

Development Conventions

Please follow these conventions when contributing to CaPTk2.

How to Contribute

Thank you for your interest in contributing to CaPTk2! Please follow our contributions guide for making contributions.