I tried
- Code: Select all
sudo apt-get install build-essential glutg3-dev geany
to install libraries, geany.
Geany has been installed but there's no libraries succesfully installed with that. Terminal says the packages might be obsolete.
- Code: Select all
gcc -Wall -c "%f" -lglut
- Code: Select all
gcc -Wall -o "%e" "%f" -lc -lm -lglut -lGLU
I'm still getting
- Code: Select all
samplecode.c:3:21: fatal error: GL/glut.h: No such file or directory
So, here I am. May I have a full installation and configuration? I apologize but, the solution must be explained like you're talking to an idiot and he'll apply. Sorry for my English. Thanks in advance...

