Refer to msvc/README-MSVC.txt for MSVC build instructions.

v0.27.3
Andreas Huggel 17 years ago
parent e3fda02d87
commit 8f301a22ca

@ -40,14 +40,8 @@ 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 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 msvc\exiv2.sln. See msvc\README-MSVC.txt for details. This requires
to be available (see section "Dependencies" below): Get and compile Expat, expat and zlib.
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.
@ -70,7 +64,7 @@ Converting Windows XP tags libiconv --disable-printucs2
XMP support expat --disable-xmp XMP support expat --disable-xmp
--with-expat=DIR --with-expat=DIR
zlib http://www.zlib.net/ zlib http://zlib.net/
gettext *) http://www.gnu.org/software/gettext/ gettext *) http://www.gnu.org/software/gettext/
libiconv *) http://www.gnu.org/software/libiconv/ libiconv *) http://www.gnu.org/software/libiconv/
expat http://expat.sourceforge.net/ expat http://expat.sourceforge.net/
@ -169,7 +163,6 @@ Exif.Nikon3.LensData values to lens names to build a commercial
version of the Exiv2 library. version of the Exiv2 library.
To do this on Windows, compile the library with the preprocessor To do this on Windows, compile the library with the preprocessor
symbol EXV_COMMERCIAL_VERSION defined. See the file src/exv_msvc.h symbol EXV_COMMERCIAL_VERSION defined in the file src\exv_msvc.h.
for details.
On UNIX-like systems, run the configure script with the options On UNIX-like systems, run the configure script with the options
--enable-commercial --disable-nls --disable-printucs2 --disable-lensdata --enable-commercial --disable-nls --disable-printucs2 --disable-lensdata

Loading…
Cancel
Save