Debug |
DebWithRelInfo | Release | ...
).tar -xzvf vtkContainers-0.1.0.tgz
mkdir vtkContainers-build
cd vtkContainers-build
cmake ../vtkContainers-0.1.0
make depend
make
make install
tar -xzvf vtkContainers-0.1.0.tgz
mkdir vtkContainers-build
cd vtkContainers-build
.../bin/cmake -DVTK_DIR:PATH=/.../VTK-build .../vtkContainers-0.1.0
make depend
make
make install