[Insight-users] Configuring ITK 1.4

Luis Ibanez luis . ibanez at kitware . com
Sun, 21 Sep 2003 03:22:35 -0400


Hi Bing,


A lot of improvements have been made in ITK
configuration process since version 1.4.

Among them, the demo applications are now in
a separate check out module, called

              "InsightApplications"

Now you simply configure ITK with three CMake
variables:

- Build testing
- Build examples
- Build shared


ITK does not depend on FLTK nor VTK, only the
demo applications do.  Removing the demo applications
from the main ITK source tree helped to underline
this distintion.

With the current separation of Insight and
InsightApplications you will now find the
USE_FLTK and USE_VTK options when you configure
"InsigntApplications", not when you configure "Insight".


Please let us know if you find any other unfamiliar
configuration feature.



Thanks



    Luis




-----------------------

Bing Jian wrote:
> Hi, everyone,
> 
>    I just checked out the latest version of ITK (is it 1.4.0) tonight.
> and I am going to install it. The CMake 1.8.1 is already installed.
> But after I started cmakesetup, specified source directory and clicked
> configure, I cannot find the options "use_fltk" and "use_vtk".
> even advanced values were enabled. Is it correct? I remembered that
> when I installed itk 1.2.0 by using CMake 1.6, I did see them.
> 
>    Thanks!
>