OpenGL

Michael Gustafson michaelrpg at gmail.com
Sun Feb 18 18:12:39 UTC 2007


I believe the runtime library for OpenGL is installed by default. The
libraries are located in /usr/lib (ie. /usr/lib/libGL.so).

If you want to develop your own OpenGL apps, you need to install the
development package. I believe it is libgl1-mesa-dev. You might also want
libglu1-mesa. As long as /usr/lib is in your path, you can link to the
libraries by using -lGL and -lGLU.

On 2/18/07, Erik Schmidt <eschmidt90 at gmail.com> wrote:
>
> how do I install OpenGL in ubuntu
>
> once installed, where will the libraries I have to link to be located?
>
> TIA
>
> -Erik
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070218/ac7b0f31/attachment.html>


More information about the ubuntu-users mailing list