VTK/Obtaining
From KitwarePublic
< VTK
Jump to navigationJump to search
Revision as of 13:42, 26 August 2010 by Daviddoria (talk | contribs)
First, you must install git git and CMake
Linux & Mac
- git clone http://vtk.org/VTK.git VTK
- Create a build directory, say ~/VTK/build. Go into that directory and configure VTK with:
ccmake ../VTK
- Press c (to configure, depending on your options you may have to do this twice)
- Press g (to generate & quit)
- Build VTK:
make
Windows
- git clone http://vtk.org/VTK.git VTK
- Open the CMake GUI and point it to your VTK source directory.
- Build.