Graphene-1.10.2

Introduction to Graphene

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

This package is known to build and work properly using an LFS-10.0 platform.

Package Information

Graphene Dependencies

Required

GLib-2.64.4 and gobject-introspection-1.64.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/graphene

Installation of Graphene

Install Graphene by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

-Dgtk_doc=true: Use this switch if you have GTK-Doc-1.32 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.

Last updated on 2020-08-19 12:37:56 -0700