|
|
@ -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
|
|
|
|
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.
|
|
|
|
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:
|
|
|
|
To uninstall Exiv2 from a UNIX-like system, run:
|
|
|
|
|
|
|
|
|
|
|
|
$ make uninstall
|
|
|
|
$ 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
|
|
|
|
To build a commercial version of the Exiv2 library, see also section
|
|
|
|
"Commercial version" at the end of this file.
|
|
|
|
"Commercial version" at the end of this file.
|
|
|
|
|
|
|
|
|
|
|
|