Minor doc fixes/updates.

This commit is contained in:
Andreas Huggel 2008-12-11 09:42:31 +00:00
parent 0a1bcdb506
commit 064e65cc80
2 changed files with 6 additions and 8 deletions

7
README
View File

@ -17,6 +17,9 @@ For more information on XMP support in Exiv2, see doc/README-XMP.
Building and Installing
=======================
To build Exiv2 with MSVC 7.1 or later on Windows, use the solution file
msvc\exiv2.sln. See msvc\README-MSVC.txt for details.
On UNIX-like systems (including GNU/Linux, Mac OS X, MinGW), use the
GNU configure script. Run the following commands from the top directory
(containing this file) to configure, build and install the library and
@ -39,10 +42,6 @@ To uninstall Exiv2 from a UNIX-like system, run:
$ make uninstall
To build Exiv2 with MSVC 7.1 or later on Windows, use the solution file
msvc\exiv2.sln. See msvc\README-MSVC.txt for details. This requires
expat and zlib.
To build a commercial version of the Exiv2 library, see also section
"Commercial version" at the end of this file.

View File

@ -7,14 +7,13 @@ 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.
The MSVC project files for Windows are setup to always build Exiv2
with XMP support. Before compiling, copy the Expat libexpat.lib file
to the directory msvc/lib in the Exiv2 source tree.
with XMP support.
See the main README file for general build information.
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
documentation at http://www.exiv2.org/doc 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
the exiv2(1) manual page and the sample command file doc/cmdxmp.txt