The Graphene package provides a thin layer of types for graphics libraries.
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://github.com/ebassi/graphene/releases/download/1.10.6/graphene-1.10.6.tar.xz
Download MD5 sum: 390139e704772b915ff2b7cac56c24ae
Download size: 328 KB
Estimated disk space required: 16 MB
Estimated build time: 0.1 SBU
GLib-2.70.4 and gobject-introspection-1.70.0
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/graphene
Install Graphene by running the following commands:
mkdir build && cd build && meson --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.
-Dgtk_doc=true
: Use this switch if you
have GTK-Doc-1.33.2 installed and wish to generate
the API documentation.
Last updated on