hi all,
today I'm going to teach you how to write your first glut program under debian linux.before you proceed you need the glut libraries and the helder files installed in your computer.Those helder files and the libraries are comes with most debain based/debain installation. To check whether do you have it or not just navigate to the directory /usr/include/GL/ and check for the glut.h helder file. If that helder is there then you are luckey and you don't have to install it.
...