Updates to ${platform}/ReadMe.txt

This commit is contained in:
Robin Mills 2018-10-24 20:51:20 +01:00 committed by Luis Díaz Más
parent 170f39b05f
commit 9b16a4909e
5 changed files with 35 additions and 35 deletions

View File

@ -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
----------------------------

View File

@ -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
----------------------------

View File

@ -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
---------------------------------------------------------------------------

View File

@ -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
---------------------------------------------------------------------------

View File

@ -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:
+----------------------------------------------------------------------------+