CTK Installation Instructions

Download 

git clone https://github.com/commontk/CTK.git

Dependencies

  • Python

Build with CMake

mkdir CTK-superbuild
cd CTK-superbuild
ccmake ../CTK
make

CMake Configuration

  • set QT_QMAKE_EXECUTABLE for x.x development install if needed (use {path/to/qt}/bin/qmake not {path/to/qt}/qmake/qmake)
  • turn on the parts of CTK you want to build

    Usage

    See the Examples project that illustrates how CTK can be integrated into applications.

     

    Back to Qt Marketplace