RE: GLUI/GLUT setup

2002-03-26 Thread Jean-Marc Nuzillard
Hi, >Hey, does anyone know a good link for setting up GLUI and GLUT with cygwin? >I"m having some path problems...probably related to my makefile. >If anyone knows something about setting this up, I'd love to hear from you. >Thanks, Matt In my Makefile I use LIBS = -lglut32 -lglu32 -lopeng

Re: GLUI/GLUT setup...

2002-03-26 Thread Andre Bleau
>Hey, does anyone know a good link for setting up GLUI and GLUT with cygwin? GLUI and GLUT are already part of the OpenGL package for Cygwin. Just install it. >I"m having some path problems...probably related to my makefile. > Please read /usr/doc/opengl-1.1.0/README.txt If you still have pro

GLUI/GLUT setup...

2002-03-25 Thread cygwin
Hey, does anyone know a good link for setting up GLUI and GLUT with cygwin? I"m having some path problems...probably related to my makefile. If anyone knows something about setting this up, I'd love to hear from you. Thanks, Matt ___