gexiv2 is a GObject-based wrapper around the Exiv2 library.
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.
下载地址(HTTP):https://download.gnome.org/sources/gexiv2/0.16/gexiv2-0.16.1.tar.xz
MD5 校验和:ae68cf5c9a73170d06c614b2423151b6
大小:428 KB
预计所需磁盘空间:6.5 MB(含测试)
预计构建时间:小于 0.1 SBU(并行度=4;包含测试)
GTK-Doc-1.36.1 (for documentation)
Install gexiv2 by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, run:
meson configure -D tests=true && 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.