I would like to configure with cmake-gui a VTK/ITK project on ubuntu with QT and I have this error message. I don’t understand. How I can pass this error ? Answer When configuring VTK with CMake, you need to enable either vtkGUISupportQtOpenGL or VTK_Group_Qt. You can also change that setting now, then rebuild and sudo make install.
Tag: vtk
Installing VTK: matching usr/lib/libGL.so path to the one in build system config
I’ve been trying to install VTK on my Ubuntu 14.04. I had some trouble getting things to configure since it couldn’t find OpenGL, but I (thought I) fixed that by using and as was suggested in this question. However, now I can’t run make because the path to libGL.so isn’t correct. I’ve been searching and finding all sorts of strange