Skip to content

Commit

Permalink
Update platform/ReadMe.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
clanmills authored and piponazo committed Jun 15, 2019
1 parent 8c8a63c commit 1eab4e0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 21 deletions.
4 changes: 2 additions & 2 deletions releasenotes/CYGWIN/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CYGWIN Exiv2 v0.27.1 Release Bundle
-----------------------------------
CYGWIN Exiv2 v0.27.2-RC1 Bundle
-------------------------------

Structure of the bundle:
------------------------
Expand Down
8 changes: 4 additions & 4 deletions releasenotes/Darwin/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/
$
Expand Down
8 changes: 4 additions & 4 deletions releasenotes/Linux/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/
$
Expand Down
6 changes: 3 additions & 3 deletions releasenotes/MinGW/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MinGW/msys2 Exiv2 v0.27.1 Release Bundle
----------------------------------------
MinGW/msys2 Exiv2 v0.27.2-RC1 Bundle
------------------------------------

Structure of the bundle:
------------------------
Expand Down Expand Up @@ -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/
Expand Down
8 changes: 4 additions & 4 deletions releasenotes/Unix/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/
$
Expand Down
7 changes: 3 additions & 4 deletions releasenotes/msvc/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -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:
------------------------
Expand Down Expand Up @@ -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>>

0 comments on commit 1eab4e0

Please sign in to comment.