Wednesday, January 26, 2005

Compiling OpenGL in Cygwin

To compile OpenGL code in Cygwin use this command

gcc openGLSource.c -oWhatEver -lglut32 -lglu32 -lopengl32

0 Comments:

Post a Comment

<< Home