OpenGL packages

2005-05-01 Thread Jose Luis Alarcon Sanchez
  Hi.

  I want to do OpenGL programming under my FreeBSD 5.4-RC3 system, but i
am not able to find what packages i must have installed.

  Any kind of help, please?.

  Sorry for the simple question, but really i can't find the name of the
packages for the OpenGL programming.

  Thanks you, very much, in advance.

  Regards.

  Jose.

 
-- 
http://www.lordofunix.org

Not Registered GNU/Hurd User.
Registered BSD User 51101.
Registered Linux User #213309.
Memories. You are talking about memories. 
Rick Deckard. Blade Runner.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OpenGL packages

2005-05-01 Thread Jan C. Meyer
Hello, Jose.

 I want to do OpenGL programming under my FreeBSD 5.4-RC3 system, but i
 am not able to find what packages i must have installed.
 Any kind of help, please?.

If you have X11 in place, everything is probably already there, you just need 
to link to the right libraries.

I compile my OpenGL stuff thusly:
gcc -I/usr/X11R6/include -L/usr/X11R6/lib -lglut -lGL -lpthread -lm \
-o glprogram glprogram.c

Should work for you too.

Cheers,
 -Jan Christian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]