Build Instructions

From Commontk
Revision as of 14:47, 1 May 2010 by Pieper (talk | contribs) (Created page with 'CTK is a new and rapidly evolving system. These instructions are valid as of may, 2010. == Download == If you have a git hub account: git clone git@github.com:pieper/CTK.git…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Home < Build Instructions

CTK is a new and rapidly evolving system. These instructions are valid as of may, 2010.

Download

If you have a git hub account:

git clone git@github.com:pieper/CTK.git

(configure your ssh id for access)

Anonymous checkout:

git clone http://github.com/pieper/CTK.git

Build with CMake

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

CMake Configuration

  • set QT_QMAKE_EXECUTABLE