|
|
|
@ -1,11 +1,15 @@
|
|
|
|
|
MacOS-X (Darwin) Exiv2 v0.27.2-RC3 Bundle
|
|
|
|
|
MacOS-X (Darwin) Exiv2 v0.27.2 Bundle
|
|
|
|
|
-----------------------------------------
|
|
|
|
|
|
|
|
|
|
Structure of the bundle
|
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
|
|
bin/exiv2 exiv2 and sample applications
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
lib/libexiv2.0.27.2.3.dylib & libexiv2-xmp.a libraries
|
|
|
|
|
=======
|
|
|
|
|
lib/libexiv2.0.27.2.dylib & libexiv2-xmp.a libraries
|
|
|
|
|
>>>>>>> Documentation Changes
|
|
|
|
|
lib/pkgconfig/exiv2.pc pkg-config file
|
|
|
|
|
lib/cmake/exiv2 CMake support/consume files
|
|
|
|
|
include/exiv2/ include files
|
|
|
|
@ -19,6 +23,7 @@ exiv2.png Exiv2 Logo
|
|
|
|
|
license.txt GPLv2.0 Software License
|
|
|
|
|
README.md Developer Manual
|
|
|
|
|
README-CONAN.md Developer Manual Appendix
|
|
|
|
|
README-SAMPLES.md Developer Sample Code Manual
|
|
|
|
|
releasenotes.txt Late breaking news
|
|
|
|
|
|
|
|
|
|
To run exiv2 from the bundle
|
|
|
|
@ -48,4 +53,4 @@ $ g++ -std=c++98 samples/exifprint.cpp -o exifprint $(pkg-config exiv2 --libs --
|
|
|
|
|
$ ./exifprint
|
|
|
|
|
|
|
|
|
|
Method 3: Use the CMake support/consume files
|
|
|
|
|
See file: README.md Section: 2.6 "Consuming Exiv2 with CMake"
|
|
|
|
|
See file: README.md Section: 2.6 "Consuming Exiv2 with CMake"
|
|
|
|
|