From 669aa3a3ccac101d79d390dccfaf4d850cc3b54d Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 10 Mar 2008 04:04:06 +0000 Subject: [PATCH] Minor updates. --- README | 7 +++---- doc/README-XMP | 13 +++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index 5dbeb195..cc6ae742 100644 --- a/README +++ b/README @@ -8,9 +8,8 @@ write Exif, IPTC and XMP image metadata. The homepage of Exiv2 is: See doc/ChangeLog for a list of recent changes to Exiv2. -After installing or building the documentation, you can point your -browser to doc/index.html for the complete Exiv2 API documentation and -metadata tag reference. +The complete Exiv2 documentation is online at http://www.exiv2.org/doc +or you can download or build it and point your browser to doc/index.html For more information on XMP support in Exiv2, see doc/README-XMP. @@ -171,6 +170,6 @@ version of the Exiv2 library. To do this on Windows, compile the library with the preprocessor symbol EXV_COMMERCIAL_VERSION defined. See the file src/exv_msvc.h -for details. +for details. On UNIX-like systems, run the configure script with the options --enable-commercial --disable-nls --disable-printucs2 --disable-lensdata diff --git a/doc/README-XMP b/doc/README-XMP index 4ee757fe..0bef127c 100644 --- a/doc/README-XMP +++ b/doc/README-XMP @@ -12,7 +12,8 @@ to the directory msvc/lib in the Exiv2 source tree. See the main README file for general build information. -For API documentation of XMP classes and samples, build or install the +For API documentation of XMP classes and samples, consult the online +documentation at http://www.exiv2.org/doc or download or build the documentation and go to doc/html/getting-started.html For details on the XMP support of the exiv2 command line tool, see @@ -29,11 +30,11 @@ contains the XMP SDK source code. The final solution should eventually use an external XMP Toolkit. Building the XMP Toolkit is transparent. Following the installation -steps described in the main README file will ensure that the XMP -Toolkit is compiled if necessary. It is only needed if XMP support is -enabled. Building the XMP Toolkit results in a "convenience library" -in xmpsdk/src/. This library is only used to link the Exiv2 library -with; it is not installed. +steps described in the main README will ensure that the XMP Toolkit is +compiled if necessary. It is only needed if XMP support is enabled. +Building the XMP Toolkit results in a "convenience library" in +xmpsdk/src/. This library is only used to link the Exiv2 library with; +it is not installed. If you experience problems building this library, please email to the Exiv2 support forum for help, see http://www.exiv2.org/support.html