libdazzle is a companion library to GObject and GTK+ that adds APIs for special graphical effects.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://download.gnome.org/sources/libdazzle/3.44/libdazzle-3.44.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libdazzle/3.44/libdazzle-3.44.0.tar.xz
Download MD5 sum: 203815dd90239ff732c19fc700417c74
Download size: 448 KB
Estimated disk space required: 15 MB (with tests)
Estimated build time: 0.2 SBU (using parallelism=4; with tests)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libdazzle
Install libdazzle 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.