forked from GRAVITYLab/OSUFlow
-
Notifications
You must be signed in to change notification settings - Fork 1
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
git clone git://vtk.org/VTK.gitTo successfully run some examples, please also download VTK example data:
git clone git://vtk.org/VTKData.git
mkdir vtk_build
cd vtk_build
cmake ../VTK
make
make install
See more information in: http://www.vtk.org/VTK/resources/software.html
git clone https://github.com/chunmingchen/OSUFlow mkdir build cd build ccmake ../OSUFlow In ccmake: - Make sure to turn on WITH_VTK make