From 9d33fd206cd019f1ca3fc9f9a29fc652f8792532 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 7 Jan 2008 15:37:30 +0000 Subject: [PATCH] Tweaks. --- README | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README b/README index 8daa5a08..02f50c5d 100644 --- a/README +++ b/README @@ -36,15 +36,20 @@ The default install locations are /usr/local/lib for the library, header files. Use the --prefix=directory option of the configure script to change the default. Run './configure --help' to see a list of all options. -To build Exiv2 with MSVC 7.1 or later, use the solution file msvc/exiv2.sln. -XMP support is enabled in this solution, so Expat needs to be available -(see section "Dependencies" below). E.g., copy libexpat.lib into the -directory msvc/lib. - 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. XMP support is enabled in this solution, so Expat needs +to be available (see section "Dependencies" below): Get and compile Expat, +look for the file libexpat.lib and copy it to the directory msvc/lib in +the Exiv2 source tree. +MSVC 8 or 9 will convert the project files automatically. After that, you +will need to manually change the property "Link Library Dependencies" of +the exiv2lib project to "Yes" before compiling (exiv2lib project -> +Properties -> Librarian). + To build a commercial version of the Exiv2 library, see also section "Commercial version" at the end of this file.