VTK/Building/Linux: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Daviddoria (talk | contribs) m (moved Building VTK On Linux to VTK/Building/Linux) |
|||
Line 1: | Line 1: | ||
== Download == | == Download == | ||
Download the source code with | Download the source code from the [http://www.vtk.org/VTK/resources/software.html VTK Download page] or [[VTK/Git | Clone with Git]] | ||
git clone git://vtk.org/VTK.git VTK | git clone git://vtk.org/VTK.git VTK | ||
Revision as of 19:13, 28 April 2014
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