Graphene-1.10.8

Introduction to Graphene

The Graphene package provides a thin layer of types for graphics libraries.

[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

Graphene Dependencies

Required

GLib-2.80.0 (with GObject Introspection)

Installation of Graphene

Install Graphene by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

-Dgtk_doc=true: Use this switch if you have GTK-Doc-1.34.0 installed and wish to generate the API documentation.

Contents

Installed Programs: None
Installed Libraries: libgraphene-1.0.so
Installed Directories: /usr/include/graphene-1.0, /usr/lib/graphene-1.0, /usr/{libexec,share}/installed-tests/graphene-1.0

Short Descriptions

libgraphene-1.0.so

contains functions that provide a thin layer of types for graphics libraries