Compilation and Installation
Procedure
- Decompress the source package and go to the source code directory.
tar -zxvf VTK-7.1.1.tar.gz cd VTK-7.1.1
- Set the compilation information.
mkdir build cd build cmake .. -D CMAKE_INSTALL_PREFIX=/usr/local/VTK-7.1.1
- Perform the compilation and installation.
make –j48 make install
Parent topic: VTK 7.1.1 Porting Guide (openEuler 20.03)