VTK/Tutorials/LinuxEnvironmentSetup
From KitwarePublic
< VTK | Tutorials
Jump to navigationJump to search
Revision as of 16:02, 22 January 2010 by Daviddoria (talk | contribs) (Environment Setup moved to VTK/Tutorials/EnvironmentSetup)
Add the following to .bashrc <source lang="text"> export VTK_DIR="YOUR_VTK_PATH" </source>
where YOUR_VTK_PATH should clearly be replaced with something like
<source lang="text"> export VTK_DIR="/home/doriad/bin/VTK" </source>
or if you're using the VTK that comes with Paraview: <source lang="text"> export VTK_DIR="/home/doriad/bin/ParaView3/VTK" </source>