The configure options below add support for Insight in SCIRun. Include these options in the SCIRun configure command (see “Building SCIRun”).
--with-insight=path-to-insight-bin-directory
Specifies the ITK binary directory created previously
(e.g. InsightToolkit-x.x.x-bin)
or the ITK installation directory
(e.g. /usr/local/lib/InsightToolkit).
Here is an example SCIRun configure command:
../src/configure \
--with-thirdparty=/usr/local/Thirdparty/1.8.0/Linux/gcc-3.2-32bit \
--enable-package="BioPSE Teem Insight" \
--with-insight=/usr/local/lib/InsightToolkit \
.
.
.
Note that package Teem must be enabled.