VTK/Building/Linux: Difference between revisions

From KitwarePublic
< VTK‎ | Building
Jump to navigationJump to search
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