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.
Download (HTTP): https://github.com/ebassi/graphene/releases/download/1.10.2/graphene-1.10.2.tar.xz
Download MD5 sum: a2c26c4f44a02ca053e0e9afb63cc94c
Download size: 288 KB
Estimated disk space required: 15 MB
Estimated build time: 0.1 SBU
GLib-2.64.4 and gobject-introspection-1.64.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
-Dgtk_doc=true
: Use this switch if you
have GTK-Doc-1.32 installed and wish to generate the
API documentation.
Last updated on 2020-08-19 12:37:56 -0700