users > RE: CMTK installation in Linux system
Feb 28, 2018  06:02 PM | Greg Fleishman
RE: CMTK installation in Linux system
Building from source using Torsten's exact command sequence worked for me with one simple modification: I replaced "core" in both places with "cmtk-3.3.1" as this was the name of the decompressed source directory.

OS: Scientific Linux 7.4
cmake version: 2.8.12.2

I did this build and install in my home directory on a cluster, i.e. I don't have write permission for /usr/local/bin or similar OS directories. I added the absolute path to ~/cmtk/build/bin to my path:

cd ~/cmtk/build/bin
PATH=${PATH}:$( pwd )

and

cmtk --help
cmtk TOOL --help

seem to work fine. I've now added

PATH=${PATH}:/PATH/TO/CMTK/BINARIES

to my ~/.bashrc.

Threaded View

TitleAuthorDate
Maggie Yan Jun 13, 2017
Greg Jefferis Jun 13, 2017
Greg Jefferis Jun 14, 2017
Erin Wang Jul 21, 2017
Torsten Rohlfing Jul 22, 2017
george yerou Jun 22, 2020
RE: CMTK installation in Linux system
Greg Fleishman Feb 28, 2018
Elijah Rockers Aug 21, 2017
Torsten Rohlfing Jun 15, 2017