Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

I've managed to recompile GLUT 3.5 demos on Debian Sarge 3.1 r3

10 views
Skip to first unread message

Stéphane PIRONNEAU

unread,
Apr 20, 2011, 2:25:28 AM4/20/11
to
Hi everybody,

I've managed to recompile the GLUT 3.5 demos
on a Debian Sarge 3.1 r3 knowing that only the SGI Makefile
and Win Makefile are available.

I've recompiled Atlantis and RollerCoaster for
example like this :

cc -c module1.c -o module1.o
cc -c module2.c -o module2.o
cc -lglut module1.o module2.o -o program

So without a Makefile you can do all the examples
on the OpenGL book.

Stéphane PIRONNEAU

0 new messages