MedicalVisualization

Installation of VTK

Introduction to VTK | | Simple MPR Example

We download the latest source tarball from vtk.org:

As usual, we use cmake to build it (with BUILD_TESTING disabled and VTK_Group_Qt enabled):

tar zxf vtk-6.0.0.tar.gz
cd VTK6.0.0
cmake -DBUILD_TESTING=OFF -DVTK_Group_Qt=ON .
make

This takes about half an hour on a 2008 MacBook Pro with 2.53 GHz Intel Core 2 Duo.

In the following we have a look at some examples in the Examples/ directory …

Introduction to VTK | | Simple MPR Example

Options: