-
Notifications
You must be signed in to change notification settings - Fork 5
Developer Guide
Ashish Singh edited this page Sep 18, 2020
·
7 revisions
- Clone the CaPTk2.0 repository on your system
- 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.
- Set the CMake cache variable MITK_EXTENSION_DIRS to your working copy of the CaPTk2.0 that you cloned in step 1
- Set the CMake cache variable MITK_BUILD_CONFIGURATION to CaPTkAll
- 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)
- Configure and Generate the MITK Superbuild
Please follow these conventions when contributing to CaPTk2.
Thank you for your interest in contributing to CaPTk2! Please follow our contributions guide for making contributions.
- Build & Package on Windows
- Build & Package on macOS (TODO)
- Build & Package on Linux