SourceInstallation

Installing VTK and MayaVi from source

Here's a little page covering one method for installing VTK and MayaVi from source.

Platform information

This is the configuration with which I have tested this method

Step-by-step guide

export VTK_ROOT=/path/to/VTK
export VTK_WRAPPING=$VTK_ROOT/Wrapping/Python
export PYTHONPATH=$PYTHONPATH:$VTK_ROOT:$VTK_ROOT/bin:$VTK_WRAPPING
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$VTK_ROOT/bin
export PATH=$PATH:$VTK_ROOT:$PYTHONPATH
me@host:~> python
>>> import mayavi
>>> mayavi.mayavi()
<mayavi.Main.MayaViTkGUI instance at 0x42a9492c>

last edited 2004-06-22 09:45:09 by tiki


SourceForge.net Logo