Google
 

3/22/11

ITK directory

To configure cmake
ITK_DIR
It should be "/Users/xxxx/software/InsightToolKitCompiled", where you put your compiled ITK.

3/21/11

Problem with ITK: library not loaded.

Problem: 
dyld: Library not loaded: libITKCommon.3.16.dylib


Solution:
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/lib/InsightToolkit


/usr/local/lib/InsightToolkit is where the "libITKCommon.3.16.dylib" lives in.