Downloading the openGL API ?

Hi.

Where can I download the API ? (the libarys and headers) I can’t seem to find it anywhere.
Found one link here on opengl.org that seemed right, but it was pretty dead. (linked to /Downloads/Downloads.html)

I’m attempting to use the minigw compiler since I can’t install VC here at work, and the opengl headers are missing in the minigw package (not the libarys though, odd).

So could anyone point for me where I can get the stuff?

Thanks

Do a search and download glut, that has the headers. Nvidea also has a SDK which may (I don’t know) have them.

Here is the headers for MS OpenGL:
ftp://ftp.microsoft.com/softlib/mslfiles/opengl95.exe

The compiler already haves the libraries just link with -lopengl32 -lglu32. Here is a page with some stuff like GLUT: http://sites.netscape.net/ptrpck/