gexiv2-0.12.3

Introduction to gexiv2

gexiv2 is a GObject-based wrapper around the Exiv2 library.

This package is known to build and work properly using an LFS-11.0 platform.

Package Information

gexiv2 Dependencies

Required

Exiv2-0.27.4

Recommended

Optional

GTK-Doc-1.33.2 (for documentation) and Python-2.7.18 (for the Python2 module)

User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gexiv2

Installation of 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

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Programs: None
Installed Libraries: libgexiv2.so
Installed Directories: /usr/include/gexiv2

Last updated on