I know that this has probably been asked a million times before but...

I have just installed the GNU compiler in windows millenium and I would now like to start working a little with ogl, the problem is that I don’t have a clue where to get the include files or how to install them or any of that stuff.

Now I understand that this has probably been asked a million times before, and because of this it is probably included in some FAQ somewhere, but if somebody has a link to a page of an FAQ that has the answers somewhere that also would be most appreciated

you (should) already have the headers and libraries included with the compiler.

They’ll be in /lib and /include/gl (so just do “#include gl/gl.h”)

For tutorials go to NeHe’s site and have a look on this site for other links

No they arent included with the compiler so if anyone else has any suggestions they are most welcome as I want to get up and running as soon as possible with this, thanks for the reply though.

I’m off to look up nehe to see what they have to say but I think they only deal with msvc++, which is not so helpful for me.

http://www.opengl.org/users/downloads/index.html
has the binaries and files you’ll need.

[This message has been edited by dallas (edited 11-14-2001).]