VTK/Building/Linux: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Daviddoria (talk | contribs) No edit summary |
Daviddoria (talk | contribs) m (moved Building VTK On Linux to VTK/Building/Linux) |
(No difference)
|
Revision as of 11:53, 18 May 2011
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