VTK/Building/Linux

From KitwarePublic
< VTK‎ | Building
Revision as of 22:02, 5 August 2010 by Daviddoria (talk | contribs) (Created page with '== Installing VTK On Linux == === Download === Download the source code with git clone git://vtk.org/VTK.git VTK === Configure === mkdir VTKBin cd VTKBin ccmake ../VTK Set…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Installing VTK On Linux

Download

Download the source code with

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