Update platform/ReadMe.txt
This commit is contained in:
parent
8c8a63c1f0
commit
1eab4e0d13
@ -1,5 +1,5 @@
|
||||
CYGWIN Exiv2 v0.27.1 Release Bundle
|
||||
-----------------------------------
|
||||
CYGWIN Exiv2 v0.27.2-RC1 Bundle
|
||||
-------------------------------
|
||||
|
||||
Structure of the bundle:
|
||||
------------------------
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
MacOS-X (Darwin) Exiv2 v0.27.1 Release Bundle
|
||||
---------------------------------------------
|
||||
MacOS-X (Darwin) Exiv2 v0.27.2-RC1 Bundle
|
||||
-----------------------------------------
|
||||
|
||||
Structure of the bundle
|
||||
-----------------------
|
||||
|
||||
bin/exiv2 exiv2 and sample applications
|
||||
lib/libexiv2.0.27.1.0.dylib & libexiv2-xmp.a libraries
|
||||
lib/libexiv2.0.27.2.1.dylib & libexiv2-xmp.a libraries
|
||||
lib/pkgconfig/exiv2.pc pkg-config file
|
||||
lib/cmake/exiv2 CMake support/consume files
|
||||
include/exiv2/ include files
|
||||
@ -40,7 +40,7 @@ To compile and link your own code using installed library and include files
|
||||
Method 1: Explicitly set include and linking options
|
||||
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
|
||||
$ ./exifprint --version
|
||||
exiv2=0.27.1
|
||||
exiv2=0.27.2
|
||||
...
|
||||
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
|
||||
$
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Linux Exiv2 v0.27.1 Release Bundle
|
||||
----------------------------------
|
||||
Linux Exiv2 v0.27.2-RC1 Bundle
|
||||
------------------------------
|
||||
|
||||
Structure of the bundle:
|
||||
------------------------
|
||||
|
||||
bin/exiv2 exiv2 and sample applications
|
||||
lib/libexiv2.so.0.27.1.0 & libexiv2-xmp.a libraries
|
||||
lib/libexiv2.so.0.27.2.1 & libexiv2-xmp.a libraries
|
||||
lib/pkgconfig/exiv2.pc pkg-config file
|
||||
lib/cmake/exiv2 CMake support/consume files
|
||||
include/exiv2/ include files
|
||||
@ -42,7 +42,7 @@ $ cd <bundle>
|
||||
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
|
||||
$ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
|
||||
$ ./exifprint --version
|
||||
exiv2=0.27.1
|
||||
exiv2=0.27.2
|
||||
...
|
||||
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
|
||||
$
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
MinGW/msys2 Exiv2 v0.27.1 Release Bundle
|
||||
----------------------------------------
|
||||
MinGW/msys2 Exiv2 v0.27.2-RC1 Bundle
|
||||
------------------------------------
|
||||
|
||||
Structure of the bundle:
|
||||
------------------------
|
||||
@ -45,7 +45,7 @@ $ cd <bundle>
|
||||
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
|
||||
$ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
|
||||
$ ./exifprint --version
|
||||
exiv2=0.27.1
|
||||
exiv2=0.27.2
|
||||
platform=msys
|
||||
...
|
||||
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Unix Exiv2 v0.27.1 Release Bundle (FreeBSD and NetBSD)
|
||||
------------------------------------------------------
|
||||
Unix Exiv2 v0.27.2-RC1 Bundle (FreeBSD and NetBSD)
|
||||
--------------------------------------------------
|
||||
|
||||
Structure of the bundle:
|
||||
------------------------
|
||||
|
||||
bin/exiv2 exiv2 and sample applications
|
||||
lib/libexiv2.so.0.27.1.0 & libexiv2-xmp.a libraries
|
||||
lib/libexiv2.so.0.27.2.1 & libexiv2-xmp.a libraries
|
||||
lib/pkgconfig/exiv2.pc pkg-config file
|
||||
lib/cmake/exiv2 CMake support/consume files
|
||||
include/exiv2/ include files
|
||||
@ -42,7 +42,7 @@ $ cd <bundle>
|
||||
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
|
||||
$ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
|
||||
$ ./exifprint --version
|
||||
exiv2=0.27.1
|
||||
exiv2=0.27.2
|
||||
...
|
||||
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
|
||||
$
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
MinGW/msys2 Exiv2 v0.27.1 Release Bundle
|
||||
Visual Studio 2017 Release DLL Exiv2 v0.27.1 Release Bundle
|
||||
-----------------------------------------------------------
|
||||
Visual Studio 2017 Release DLL v0.27.2-RC1 Bundle
|
||||
-------------------------------------------------
|
||||
|
||||
Structure of the bundle:
|
||||
------------------------
|
||||
@ -45,7 +44,7 @@ To compile and link your own code:
|
||||
c:\> cd <bundle>
|
||||
<bundle>> cl /EHsc -Iinclude /MD samples\exifprint.cpp /link lib\exiv2.lib
|
||||
<bundle>> exifprint --version
|
||||
exiv2=0.27.0
|
||||
exiv2=0.27.2
|
||||
...
|
||||
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
|
||||
<bundle>>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user