Installing OpenGL in Linux?

5

1

I'd like to install OpenGL on my Debian live cd. I just need it to so a virtualbox windows guest can use it. It's a live cd so no changes will be saved, so the easiest way possible would be great. Any help would be greatly appreciated. My UI is LXDE. Thanks

user576053

Posted 2016-07-10T21:14:05.390

Reputation:

OpenGL implementation is driver-specific. It comes with the driver if you're using proprietary driver from nvidia/AMD, while open source drivers uses mesa. – Tom Yan – 2016-07-11T10:52:35.937

Answers

4

Debian, OpenGL :

# apt-get update && apt-get install libgl1-mesa-dev

You may also want libglu1-mesa-dev, freeglut3-dev

Knud Larsen

Posted 2016-07-10T21:14:05.390

Reputation: 641