From fcf071f0dea14a85c5d2eb89fa1673de5abe382f Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Thu, 1 Nov 2007 15:08:50 +0000 Subject: [PATCH] Minor changes. --- README-XMP | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README-XMP b/README-XMP index 117d6e6e..97d230b6 100644 --- a/README-XMP +++ b/README-XMP @@ -5,16 +5,21 @@ XMP support is controlled with the --enable-xmp and --disable-xmp options to the configure script. Building Exiv2 with XMP support requires the Expat XML parser library (http://expat.sourceforge.net/). The --with-expat configure option can be used if it is installed in a -non-standard directory. +non-standard directory. See the main README file for more information +on building exiv2. For API documentation of XMP classes and samples, build or install the documentation and go to doc/html/getting-started.html +For details on the XMP support of the exiv2 command line tool, see +the exiv2(1) manual page and the sample command file doc/cmdxmp.txt + + XMP Toolkit =========== Exiv2 uses the XMPCore component of the Adobe XMP Toolkit (XMP SDK) to -parse and serialize XMP packets. Temporarily, it is integrated and +parse and serialize XMP packets. Currently, it is integrated and distributed with Exiv2. The xmpsdk/ directory of the Exiv2 distribution contains the XMP SDK source code. The final solution should eventually use an external XMP Toolkit.