tar -zxvf VTK-7.1.1.tar.gz cd VTK-7.1.1
mkdir build cd build cmake .. -D CMAKE_INSTALL_PREFIX=/usr/local/VTK-7.1.1
make –j48 make install