cd path/to/VTK tar -xvf VTK-6.2.0.tar.gz cd VTK-6.2.0
cmake -DCMAKE_INSTALL_PREFIX=path/to/VTK make -j 16 make install
export PATH=/path/to/VTK/bin:$PATH