[UCLA-LUG] OpenGl and cs174
Denis
denis@seas.ucla.edu
Sun, 09 Apr 2000 19:56:25 -0700
Karol,
no precautions that i know of.
you need 2 libaries. libgtk + libtk.
you also need MesaGL drivers (open source - i thihnk- openGL
implementation).
if you either look through the old thread on this mailing list or on
'google' you will find both
libaux and libtk. all you will need to do is to get them ( possibly compile
them, but they
also come statically linked) and then link against them by doing -I ( that's
for includes like
tk.h aux.h .. dont remember the exact names, but they are close )
and the switch for libraries ... -l<library name> with no space. you have to
do -l
for every library. Also, note that order of linking does matter.
for the mesa libraries check http://www.mesa3d.org/. There should also be
instructions
on how to install them. I compiled mine ( as far as i remember ) but there
may be
static versions as well.
hope that helped. just get them ahead of time. linking is a bit of a pain,
but just
make a separate makefile for SEAS machines and for linux machines.
denis
----- Original Message -----
From: "Karol Finfando" <kfando@ucla.edu>
To: <linux@linux.ucla.edu>
Sent: Sunday, April 09, 2000 6:42 PM
Subject: [UCLA-LUG] OpenGl and cs174
> Anyone knows how to run CS174 programs on RH 6.1 ?
> We are using OpenGl library, where can i get this library and are there
any
> precautions about installing it?
> Any help would be appreciated thanks.
> Karol
>
>
>
> _______________________________________________
> UCLALUG Linux mailing list - Linux@linux.ucla.edu
> http://linux.ucla.edu/mailman/listinfo/linux
>