[Insight-users] how to load package in tcl for itk
Brad King
brad.king at kitware.com
Fri, 26 Mar 2004 14:59:41 -0500
wavelethe at pku.org.cn wrote:
> that means, if i have NOT use tcl wrapers in vtk compiling, it would not work.
> could you tell me the steps using tcl in itk/vtk?
> (1) compile itk with tcl wrapers
> (2) compile vtk with tcl wrapers
(3) Compile InsightApplications using the ITK and VTK you just built.
In this case, though, I think the View2DOutputInVTK.tcl code is VTK
only, so you can run it by setting TCLLIBPATH to point at
VTK-build/Wrapping/Tcl.
-Brad