VTK/Building/Linux: Difference between revisions

From KitwarePublic
< VTK‎ | Building
Jump to navigationJump to search
(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…')
 
No edit summary
Line 1: Line 1:
== Installing VTK On Linux ==
== Download ==
 
=== Download ===
Download the source code with
Download the source code with
  git clone git://vtk.org/VTK.git VTK
  git clone git://vtk.org/VTK.git VTK


=== Configure ===
== Configure ==
  mkdir VTKBin
  mkdir VTKBin
  cd VTKBin
  cd VTKBin
Line 12: Line 10:
Set any options you would like using the curses interface.
Set any options you would like using the curses interface.


=== Build ===
== Build ==
  make
  make

Revision as of 22:02, 5 August 2010

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