Skip to content

Installwithoutplugin

chunmingchen edited this page Sep 14, 2013 · 3 revisions

Things are easier if you don’t want to make the Paraview plugin:

Required software:

  • git
  • ccmake
  • VTK6


Optional software:

  • OpenGL, freeglut/GLUT
  • MPI


Download VTK6

git clone git://vtk.org/VTK.git

To successfully run some examples, please also download VTK example data:

git clone git://vtk.org/VTKData.git

Build & Install VTK6

mkdir vtk_build
cd vtk_build
cmake ../VTK
make
make install

See more information in: http://www.vtk.org/VTK/resources/software.html

Download & Install OSUFlow

git clone https://github.com/chunmingchen/OSUFlow
mkdir build
cd build
ccmake ../OSUFlow
In ccmake:
- Make sure to turn on WITH_VTK
make

Clone this wiki locally