VTK/Building/Linux
From KitwarePublic
Jump to navigationJump to search
Download
Download the source code from the VTK Download page or Clone with Git
git clone git://vtk.org/VTK.git VTK
Configure
mkdir VTKBin cd VTKBin ccmake ../VTK
Set any options you would like using the curses interface.
Build
make