1
General / Installing SFML with gcc (on ubuntu)
« on: March 02, 2010, 01:34:13 pm »
sorry for the bump, ran into another problem. "Error: GL/gl.h : No such file or directory."
It seems like it has trouble with openGL. So for those other that might have trouble getting this to work on linux remember to download glut:
sudo apt-get install freeglut3-dev
Everything seems to work now and my game wich i made on windows runs smoothly with openGL was installed
It seems like it has trouble with openGL. So for those other that might have trouble getting this to work on linux remember to download glut:
sudo apt-get install freeglut3-dev
Everything seems to work now and my game wich i made on windows runs smoothly with openGL was installed