From 9b16a4909e1e783e9e5d886571d6174a0b0554e2 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Wed, 24 Oct 2018 20:51:20 +0100 Subject: [PATCH] Updates to ${platform}/ReadMe.txt --- releasenotes/CYGWIN/ReadMe.txt | 13 +++++++------ releasenotes/Darwin/ReadMe.txt | 13 +++++++------ releasenotes/Linux/ReadMe.txt | 15 +++++++-------- releasenotes/MinGW/ReadMe.txt | 18 ++++++++++-------- releasenotes/msvc/ReadMe.txt | 11 ++++------- 5 files changed, 35 insertions(+), 35 deletions(-) diff --git a/releasenotes/CYGWIN/ReadMe.txt b/releasenotes/CYGWIN/ReadMe.txt index 6282520a..73e2a9c6 100644 --- a/releasenotes/CYGWIN/ReadMe.txt +++ b/releasenotes/CYGWIN/ReadMe.txt @@ -1,21 +1,22 @@ +CYGWIN Exiv2 v0.27 Release Bundle +--------------------------------- + Structure of the bundle: ------------------------ bin/exiv2 exiv2 and sample applications bin/cygexiv2lib-0.dll DLL -lib/libexiv2lib.dll.a and libxmp.a link libraries +lib/libexiv2lib.dll.a & libxmp.a link libraries include/exiv2/ include files share/ man pages -samples/ sample code contrib/Qt Qt code and notes samples/exifprint.cpp sample code ReadMe.txt This file license.txt GPLv2.0 Software License -releasenotes.txt -README-CMAKE.md -README.md -README-CONAN.md +releasenotes.txt Late breaking news +README.md User Manual +README-CONAN.md User Manual Appendix To run exiv2 from the bundle ---------------------------- diff --git a/releasenotes/Darwin/ReadMe.txt b/releasenotes/Darwin/ReadMe.txt index 767c0533..f979060d 100644 --- a/releasenotes/Darwin/ReadMe.txt +++ b/releasenotes/Darwin/ReadMe.txt @@ -1,20 +1,21 @@ +MacOS-X (Darwin) Exiv2 v0.27 Release Bundle +------------------------------------------- + Structure of the bundle ----------------------- bin/exiv2 exiv2 and sample applications -lib/libexiv2lib.27.0.1.dylib shared library +lib/libexiv2lib.27.0.1.dylib & libxmp.a libraries include/exiv2/ include files share/ man pages -samples/ sample code contrib/Qt Qt code and notes samples/exifprint.cpp sample code ReadMe.txt This file license.txt GPLv2.0 Software License -releasenotes.txt -README-CMAKE.md -README.md -README-CONAN.md +releasenotes.txt Late breaking news +README.md User Manual +README-CONAN.md User Manual Appendix To run exiv2 from the bundle ---------------------------- diff --git a/releasenotes/Linux/ReadMe.txt b/releasenotes/Linux/ReadMe.txt index 3c10c255..b91ad6c2 100644 --- a/releasenotes/Linux/ReadMe.txt +++ b/releasenotes/Linux/ReadMe.txt @@ -1,22 +1,21 @@ -This is to be written for Linux from contrib/buildserver/dailyReadMe.txt +Linux Exiv2 v0.27 Release Bundle +-------------------------------- Structure of the bundle: ------------------------ bin/exiv2 exiv2 and sample applications -lib/libexiv2lib.so.0.27.0.1 shared library +lib/libexiv2lib.so.0.27.0.1 & libxmp.a libraries include/exiv2/ include files share/ man pages -samples/ sample code contrib/Qt Qt code and notes samples/exifprint.cpp sample code ReadMe.txt This file license.txt GPLv2.0 Software License -releasenotes.txt -README-CMAKE.md -README.md -README-CONAN.md +releasenotes.txt Late breaking news +README.md User Manual +README-CONAN.md User Manual Appendix To run exiv2 from the bundle ---------------------------- @@ -30,7 +29,7 @@ $ env LD_LIBRARY_PATH="$PWD/lib:$LD_LIBRARY_PATH" ./exifprint To install for use by all users ------------------------------- -$ for i in bin include lib ; do sudo cp -R $i/* /usr/local/$i ; done +$ for i in bin include lib ; do sudo mkdir -p /usr/local/$i ; sudo cp -R $i/* /usr/local/$i ; done To compile and link your own code using installed library and include files --------------------------------------------------------------------------- diff --git a/releasenotes/MinGW/ReadMe.txt b/releasenotes/MinGW/ReadMe.txt index 47051fe4..b9b38cc5 100644 --- a/releasenotes/MinGW/ReadMe.txt +++ b/releasenotes/MinGW/ReadMe.txt @@ -1,20 +1,22 @@ +MinGW/msys2 Exiv2 v0.27 Release Bundle +-------------------------------------- + Structure of the bundle: ------------------------ bin/exiv2 exiv2 and sample applications -lib/libexiv2lib.27.0.1.dylib shared library +bin/msys-exiv2lib-0.dll exiv2 dll +lib/libexiv2lib.dll.a & libxmp.a link libraries include/exiv2/ include files share/ man pages -samples/ sample code contrib/Qt Qt code and notes samples/exifprint.cpp sample code ReadMe.txt This file license.txt GPLv2.0 Software License -releasenotes.txt -README-CMAKE.md -README.md -README-CONAN.md +releasenotes.txt Late breaking news +README.md User Manual +README-CONAN.md User Manual Appendix To run exiv2 from the bundle ---------------------------- @@ -24,11 +26,11 @@ $ bin/exiv2 To build samples/exiftool.cpp from the bundle --------------------------------------------- $ g++ -std=c++98 samples/exifprint.cpp -L$PWD/lib -I$PWD/include -lexiv2lib -o exifprint -$ env LD_LIBRARY_PATH="$PWD/lib:$LD_LIBRARY_PATH" ./exifprint +$ env PATH="$PWD/bin:$PATH" ./exifprint To install for use by all users ------------------------------- -$ for i in bin include lib ; do cp -R $i/* /usr/local/$i ; done +$ for i in bin include lib ; do mkdir -p /usr/local/$i ; cp -R $i/* /usr/local/$i ; done To compile and link your own code using installed library and include files --------------------------------------------------------------------------- diff --git a/releasenotes/msvc/ReadMe.txt b/releasenotes/msvc/ReadMe.txt index 6758caf4..e624c3c6 100644 --- a/releasenotes/msvc/ReadMe.txt +++ b/releasenotes/msvc/ReadMe.txt @@ -6,19 +6,17 @@ Structure of the bundle: bin/exiv2 exiv2 and sample applications bin/exiv2lib.dll and libcurl.dll dlls +lib/exiv2lib.lib & xmp.lib link libraries include/exiv2/ include files -lib/exiv2lib.lib (and xmp.lib) link libraries share/ man pages -samples/ sample code contrib/Qt Qt code and notes samples/exifprint.cpp sample code ReadMe.txt This file license.txt GPLv2.0 Software License -releasenotes.txt -README-CMAKE.md -README.md -README-CONAN.md +releasenotes.txt Late breaking news +README.md User Manual +README-CONAN.md User Manual Appendix +----------------------------------------------------------------------------+ | Caution: Use a Windows unzip utility such as 7z or winzip | @@ -32,7 +30,6 @@ c:\temp\exiv2-0.27.0.1-msvc\bin> exiv2 Add the bin to your PATH: c:\temp\exiv2-0.27.0.1-msvc\bin>set PATH=%CD%;%PATH% - To compile and link your own code: +----------------------------------------------------------------------------+