The Graphene package provides a thin layer of types for graphics libraries.
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.
Download (HTTP): https://download.gnome.org/sources/graphene/1.10/graphene-1.10.8.tar.xz
Download MD5 sum: 169e3c507b5a5c26e9af492412070b81
Download size: 328 KB
Estimated disk space required: 7.6 MB
Estimated build time: less than 0.1 SBU (with tests)
GLib-2.82.2 (with GObject Introspection)
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
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D gtk_doc=true
: Use this switch if you
have GTK-Doc-1.34.0 installed and wish to generate
the API documentation.