Skip to content

Developer Guide

Ashish Singh edited this page Sep 18, 2020 · 7 revisions
  • How to Build from Sources
  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