gexiv2 is a GObject-based wrapper around the Exiv2 library.
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/gexiv2/0.14/gexiv2-0.14.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gexiv2/0.14/gexiv2-0.14.0.tar.xz
Download MD5 sum: b4b1ac55bf9d32fb36a35eb346e1728e
Download size: 380 KB
Estimated disk space required: 3.4 MB
Estimated build time: 0.1 SBU
GTK-Doc-1.33.2 (for documentation)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gexiv2
Install gexiv2 by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
To test the results, run ninja test.
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.