Exiv2 is a C++ library and a command line utility for managing image metadata.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://www.exiv2.org/exiv2-0.24.tar.gz
Download MD5 sum: b8a23dc56a98ede85c00718a97a8d6fc
Download size: 4.5 MB
Estimated disk space required: 36 MB
Estimated build time: 0.9 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/exiv2
Install Exiv2 by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install && chmod -v 755 /usr/lib/libexiv2.so
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-20 11:59:37 -0800