You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Mills 8ff86b6875 #1110. Xcode project moved to contrib/xcode. Interesting errors in samples/Makefile. Replaced gsoc13 Exiv2::dict_t with (identical twin) Exiv2::Dictionary 10 years ago
..
exiv2.xcodeproj #1110. Xcode project moved to contrib/xcode. Interesting errors in samples/Makefile. Replaced gsoc13 Exiv2::dict_t with (identical twin) Exiv2::Dictionary 10 years ago
ReadMe.txt #1110. Xcode project moved to contrib/xcode. Interesting errors in samples/Makefile. Replaced gsoc13 Exiv2::dict_t with (identical twin) Exiv2::Dictionary 10 years ago

ReadMe.txt

Exiv2 xcode/ReadMe.txt
--------------------------------------
See http://dev.exiv2.org/issues/1110

exiv2.xcodeproj is a "no thrills" wrapper for the autotools:

Target		Command
config		make config
configure   ./configure
exiv2       make CXXFLAGS=-ggdb
install     sudo make install
samples     make samples
tests		make tests
exiv2json   make exiv2json

About executables:

When you add an executable to the "run" command, use:

bin/.libs/exiv2		As this uses the build library (without having to run install)

For all sample applications, including exiv2json, you will have to run install when you make library changes.

Robin Mills
robin@clanmills.com