Posted by Samuel Genheden on May 12, 2011 at 15:31:09:
I had trouble running the pre-compiled executable, so I decided to compile it myself. After some search on the Internet I found out that I needed to change the Makefile in the gui/gv folder.
The CLDFLAGS and OGLFLAGS should be
CLDFLAGS = -lGL -lGLU -lglut -lm
OGLFLAGS = ${LDGLUI} -lGL -lGLU -lglut -lm
Before you try to compile it, make sure that you have the following cygwin packages installed
Graphics -> libglut-devel
Xhost -> xinit
To verify installation, look for the following files:
runtime libraries:
/usr/lib/lib{GL,GLU,glut}.dll.a
header files:
/usr/include/GL/{gl,glu,glut}.h