GLUT

Hi.

What’s the complete command line for compiling a GLUT app?

It doesn’t work for me. The GLUT test-demos work though…

Please help me

Originally posted by Hamcha:
[b]Hi.

What’s the complete command line for compiling a GLUT app?

It doesn’t work for me. The GLUT test-demos work though…

Please help me[/b]

if you have all the lib and header files installed then ->

get file, you could use.
http://trant.sgi.com/opengl/toolkits/glut-3.5/progs/examples/bitfont.c

then in console ->

cc -o bitfont bitfont.c -lGL -lglut -lGLU -L/usr/X11R6/lib/ <–you might not need this.
if your libGL* are somewere other
place put right directory here.

;jackz

[This message has been edited by jackz (edited 09-19-2001).]

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.