Updates to ${platform}/ReadMe.txt
This commit is contained in:
parent
170f39b05f
commit
9b16a4909e
@ -1,21 +1,22 @@
|
|||||||
|
CYGWIN Exiv2 v0.27 Release Bundle
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
Structure of the bundle:
|
Structure of the bundle:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
bin/exiv2 exiv2 and sample applications
|
bin/exiv2 exiv2 and sample applications
|
||||||
bin/cygexiv2lib-0.dll DLL
|
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
|
include/exiv2/ include files
|
||||||
share/ man pages
|
share/ man pages
|
||||||
samples/ sample code
|
|
||||||
contrib/Qt Qt code and notes
|
contrib/Qt Qt code and notes
|
||||||
samples/exifprint.cpp sample code
|
samples/exifprint.cpp sample code
|
||||||
|
|
||||||
ReadMe.txt This file
|
ReadMe.txt This file
|
||||||
license.txt GPLv2.0 Software License
|
license.txt GPLv2.0 Software License
|
||||||
releasenotes.txt
|
releasenotes.txt Late breaking news
|
||||||
README-CMAKE.md
|
README.md User Manual
|
||||||
README.md
|
README-CONAN.md User Manual Appendix
|
||||||
README-CONAN.md
|
|
||||||
|
|
||||||
To run exiv2 from the bundle
|
To run exiv2 from the bundle
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|||||||
@ -1,20 +1,21 @@
|
|||||||
|
MacOS-X (Darwin) Exiv2 v0.27 Release Bundle
|
||||||
|
-------------------------------------------
|
||||||
|
|
||||||
Structure of the bundle
|
Structure of the bundle
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
bin/exiv2 exiv2 and sample applications
|
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
|
include/exiv2/ include files
|
||||||
share/ man pages
|
share/ man pages
|
||||||
samples/ sample code
|
|
||||||
contrib/Qt Qt code and notes
|
contrib/Qt Qt code and notes
|
||||||
samples/exifprint.cpp sample code
|
samples/exifprint.cpp sample code
|
||||||
|
|
||||||
ReadMe.txt This file
|
ReadMe.txt This file
|
||||||
license.txt GPLv2.0 Software License
|
license.txt GPLv2.0 Software License
|
||||||
releasenotes.txt
|
releasenotes.txt Late breaking news
|
||||||
README-CMAKE.md
|
README.md User Manual
|
||||||
README.md
|
README-CONAN.md User Manual Appendix
|
||||||
README-CONAN.md
|
|
||||||
|
|
||||||
To run exiv2 from the bundle
|
To run exiv2 from the bundle
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|||||||
@ -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:
|
Structure of the bundle:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
bin/exiv2 exiv2 and sample applications
|
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
|
include/exiv2/ include files
|
||||||
share/ man pages
|
share/ man pages
|
||||||
samples/ sample code
|
|
||||||
contrib/Qt Qt code and notes
|
contrib/Qt Qt code and notes
|
||||||
samples/exifprint.cpp sample code
|
samples/exifprint.cpp sample code
|
||||||
|
|
||||||
ReadMe.txt This file
|
ReadMe.txt This file
|
||||||
license.txt GPLv2.0 Software License
|
license.txt GPLv2.0 Software License
|
||||||
releasenotes.txt
|
releasenotes.txt Late breaking news
|
||||||
README-CMAKE.md
|
README.md User Manual
|
||||||
README.md
|
README-CONAN.md User Manual Appendix
|
||||||
README-CONAN.md
|
|
||||||
|
|
||||||
To run exiv2 from the bundle
|
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
|
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
|
To compile and link your own code using installed library and include files
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|||||||
@ -1,20 +1,22 @@
|
|||||||
|
MinGW/msys2 Exiv2 v0.27 Release Bundle
|
||||||
|
--------------------------------------
|
||||||
|
|
||||||
Structure of the bundle:
|
Structure of the bundle:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
bin/exiv2 exiv2 and sample applications
|
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
|
include/exiv2/ include files
|
||||||
share/ man pages
|
share/ man pages
|
||||||
samples/ sample code
|
|
||||||
contrib/Qt Qt code and notes
|
contrib/Qt Qt code and notes
|
||||||
samples/exifprint.cpp sample code
|
samples/exifprint.cpp sample code
|
||||||
|
|
||||||
ReadMe.txt This file
|
ReadMe.txt This file
|
||||||
license.txt GPLv2.0 Software License
|
license.txt GPLv2.0 Software License
|
||||||
releasenotes.txt
|
releasenotes.txt Late breaking news
|
||||||
README-CMAKE.md
|
README.md User Manual
|
||||||
README.md
|
README-CONAN.md User Manual Appendix
|
||||||
README-CONAN.md
|
|
||||||
|
|
||||||
To run exiv2 from the bundle
|
To run exiv2 from the bundle
|
||||||
----------------------------
|
----------------------------
|
||||||
@ -24,11 +26,11 @@ $ bin/exiv2
|
|||||||
To build samples/exiftool.cpp from the bundle
|
To build samples/exiftool.cpp from the bundle
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
$ g++ -std=c++98 samples/exifprint.cpp -L$PWD/lib -I$PWD/include -lexiv2lib -o exifprint
|
$ 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
|
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
|
To compile and link your own code using installed library and include files
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|||||||
@ -6,19 +6,17 @@ Structure of the bundle:
|
|||||||
|
|
||||||
bin/exiv2 exiv2 and sample applications
|
bin/exiv2 exiv2 and sample applications
|
||||||
bin/exiv2lib.dll and libcurl.dll dlls
|
bin/exiv2lib.dll and libcurl.dll dlls
|
||||||
|
lib/exiv2lib.lib & xmp.lib link libraries
|
||||||
include/exiv2/ include files
|
include/exiv2/ include files
|
||||||
lib/exiv2lib.lib (and xmp.lib) link libraries
|
|
||||||
share/ man pages
|
share/ man pages
|
||||||
samples/ sample code
|
|
||||||
contrib/Qt Qt code and notes
|
contrib/Qt Qt code and notes
|
||||||
samples/exifprint.cpp sample code
|
samples/exifprint.cpp sample code
|
||||||
|
|
||||||
ReadMe.txt This file
|
ReadMe.txt This file
|
||||||
license.txt GPLv2.0 Software License
|
license.txt GPLv2.0 Software License
|
||||||
releasenotes.txt
|
releasenotes.txt Late breaking news
|
||||||
README-CMAKE.md
|
README.md User Manual
|
||||||
README.md
|
README-CONAN.md User Manual Appendix
|
||||||
README-CONAN.md
|
|
||||||
|
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
| Caution: Use a Windows unzip utility such as 7z or winzip |
|
| 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:
|
Add the bin to your PATH:
|
||||||
c:\temp\exiv2-0.27.0.1-msvc\bin>set PATH=%CD%;%PATH%
|
c:\temp\exiv2-0.27.0.1-msvc\bin>set PATH=%CD%;%PATH%
|
||||||
|
|
||||||
|
|
||||||
To compile and link your own code:
|
To compile and link your own code:
|
||||||
|
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user