Closed chrissound closed 8 years ago
I don't have a Jessie at hand, but I guess you need https://packages.debian.org/jessie/libgl1-mesa-glx (or some variation of it, I don't fully understand how Debian packages OpenGL stuff). The development package https://packages.debian.org/jessie/libgl1-mesa-dev should not be needed, at least I hope so... :-)
I solved this with a apt-get -y update
and apt-get -y install freeglut3-dev
.
Thank you!
Using the docker image from https://hub.docker.com/_/haskell/.
What extensions do I need to install for debian jessie?