Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

Procedure

  1. Download VTKExamples and add it to the test directory.
    git clone https://github.com/lorensen/VTKExamples.git
    cd VTKExamples
  2. Execute the test.
    cd build
    cmake .. -DVTK_DIR:PATH=/usr/local/VTK-7.1.1 -DBUILD_TESTING:BOOL=ON
    make
    ctest

    If the following information is displayed, the verification is successful.