Compiling OpenGL in Cygwin
To compile OpenGL code in Cygwin use this command
gcc openGLSource.c -oWhatEver -lglut32 -lglu32 -lopengl32
gcc openGLSource.c -oWhatEver -lglut32 -lglu32 -lopengl32
Some simple OpenGL tutorials for the first timer. I'm writing this blog to help me learn OpenGL.
0 Comments:
Post a Comment
<< Home