Installation of VTK on a Linux workstation

Written by Ofri Sadowsky, 2003-01-15

Updated: 2003-01-22



1. Introduction

VTK is Kitware's Visualization Toolkit, available on http://www.kitware.org/vtk.

This document describes the installation process for the VTK package on the Linux workstation 'tragus' (Red Hat Linux release 8.0 (Psyche)). As of the creation of the document, VTK did not include an RPM (RedHat Package Manager). The installation was done manually, and involved using cmake to compile the VTK source files and build the VTK libraries.



2. Download and Installation



3. Running example programs

A file named 'vtk' should be created during the build in ${EXECUTABLE_OUTPUT_PATH}. Make sure that the shell executable path environment variable contains that directory. Then you can run any Tcl example by writing

> vtk example.tcl