Minor updates.

v0.27.3
Andreas Huggel 18 years ago
parent 38b1a0fa2c
commit 669aa3a3cc

@ -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

@ -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

Loading…
Cancel
Save