gexiv2-0.14.2

Introduction to gexiv2

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

[Note]

Note

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.

Package Information

gexiv2 Dependencies

Required

Exiv2-0.28.2

Recommended

Optional

GTK-Doc-1.34.0 (for documentation)

Installation of gexiv2

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 -Dtests=true &&
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

Short Descriptions

libgexiv2.so

provides a wrapper around the Exiv2 library