GLU-9.0.3

Introduction to GLU

This package provides the Mesa OpenGL Utility library.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

GLU Dependencies

Required

Mesa-24.0.3

Installation of GLU

Install GLU by running the following commands:

mkdir build &&
cd    build &&

meson setup ..              \
      --prefix=$XORG_PREFIX \
      -Dgl_provider=gl      \
      --buildtype=release   &&
ninja

This package does not come with a test suite.

Now, as the root user:

ninja install &&
rm -vf /usr/lib/libGLU.a

Contents

Installed Programs: None
Installed Library: libGLU.so
Installed Directories: None

Short Descriptions

libGLU.so

is the Mesa OpenGL Utility library