We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo apt install build-essential cmake mesa-common-dev mesa-utils freeglut3-dev python3-dev python3-venv git-core ninja-build
cd ~/Downloads sudo tar -zxvf VTK-9.3.0.tar.gz -C /opt/ cd /opt/VTK-9.3.0/ sudo mkdir build && cd build sudo cmake -DVTK_RENDERING_BACKEND=OpenGL .. sudo make -j6 sudo make install
There was an error while loading. Please reload this page.