[vtk-developers] Ubuntu 14.04 OpenGL

Mathieu Malaterre mathieu.malaterre at gmail.com
Sat Jan 30 03:30:32 EST 2016


On Fri, Jan 29, 2016 at 7:37 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> Folks,
>
> I am setting up a new Ubuntu 14.04 system. I've have the compilers,
> git, cmake, but what to I need to do to install opengl.

On new machine(s), I generally do:

$ sudo apt-get build-dep vtk

or

$ sudo apt-get build-dep vtk6

This will make sure to pull in any required dependencies in order to
build vtk (as is done by upstream debian/ubuntu). As said also, this
may not pull in hardware specific opengl implementation, you should be
able to change that anytime you want.

-M


More information about the vtk-developers mailing list