Date: Sun, 1 May 2005 22:29:16 +0200 From: "Jan C. Meyer" <janchris@stud.ntnu.no> To: Jose Luis Alarcon Sanchez <jlalarcon@gawab.com> Cc: freebsd-questions@freebsd.org Subject: Re: OpenGL packages Message-ID: <200505012229.17086.janchris@stud.ntnu.no> In-Reply-To: <1114975313.1115.6.camel@Endeavour.lordofunix.org> References: <1114975313.1115.6.camel@Endeavour.lordofunix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505012229.17086.janchris>