I'm attempting to write a program and I keep getting this error:
Fatal error: gl/glut.h: no such file or directory
I've read through other similar problems that people were having, and nothing has worked for me. What can I do to solve this problem?
sudo apt-get install libglfw3-dev libgl1-mesa-dev libglu1-mesa-devthis didnt work.freeglut3-devhelped at least. – weatherman Mar 30 '22 at 20:12