exempi-2.1.1

Introduction to exempi

Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform).

This package is known to build using an LFS 7.0 platform but has not been tested.

Package Information

exempi Dependencies

Required

boost-1.49.0

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/exempi

Installation of exempi

Install exempi by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--enable-static=no: This switch prevents the static libraries being installed.

Contents

Installed Programs: None
Installed Library: libexempi.{so,a}
Installed Directory: /usr/include/exempi-2.0/exempi

Short Descriptions

libexempi.{so,a}

is a library to parse XMP metadata.

Last updated on 2012-02-26 00:52:01 +0000