Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Decompress the source package and go to the source code directory.
    tar -zxvf VTK-7.1.1.tar.gz
    cd VTK-7.1.1
  2. Set the compilation information.
    mkdir build
    cd build
    cmake .. -D CMAKE_INSTALL_PREFIX=/usr/local/VTK-7.1.1
  3. Perform the compilation and installation.
    make –j48
    make install