diff --git a/releasenotes/CYGWIN/ReadMe.txt b/releasenotes/CYGWIN/ReadMe.txt index 2959e3cd..2143c80c 100644 --- a/releasenotes/CYGWIN/ReadMe.txt +++ b/releasenotes/CYGWIN/ReadMe.txt @@ -50,3 +50,19 @@ $ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" $ g++ -std=gnu++98 samples/exifprint.cpp -o exifprint $(pkg-config exiv2 --libs --cflags) $ ./exifprint +Method 3: Use the CMake support/consume files +See file: README.md Section: 2.6 "Consuming Exiv2 with CMake" + +More Documentation +------------------ + +$ export "MANPATH=/usr/local/share/man:$MANPATH" +$ man exiv2 + +The following documents are included in your bundle: + +README.md Developer Manual +README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual + + diff --git a/releasenotes/Darwin/ReadMe.txt b/releasenotes/Darwin/ReadMe.txt index fa91219e..ced1530c 100644 --- a/releasenotes/Darwin/ReadMe.txt +++ b/releasenotes/Darwin/ReadMe.txt @@ -49,3 +49,15 @@ $ ./exifprint Method 3: Use the CMake support/consume files See file: README.md Section: 2.6 "Consuming Exiv2 with CMake" + +More Documentation +------------------ + +$ export "MANPATH=/usr/local/share/man:$MANPATH" +$ man exiv2 + +The following documents are included in your bundle: + +README.md Developer Manual +README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual diff --git a/releasenotes/Linux/ReadMe.txt b/releasenotes/Linux/ReadMe.txt index 38f1698e..ac6b5a95 100644 --- a/releasenotes/Linux/ReadMe.txt +++ b/releasenotes/Linux/ReadMe.txt @@ -53,3 +53,15 @@ $ ./exifprint --version Method 3: Use the CMake support/consume files See file: README.md Section: 2.6 "Consuming Exiv2 with CMake" +More Documentation +------------------ + +$ export "MANPATH=/usr/local/share/man:$MANPATH" +$ man exiv2 + +The following documents are included in your bundle: + +README.md Developer Manual +README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual + diff --git a/releasenotes/MinGW/ReadMe.txt b/releasenotes/MinGW/ReadMe.txt index 0860cd33..5d20b8e2 100644 --- a/releasenotes/MinGW/ReadMe.txt +++ b/releasenotes/MinGW/ReadMe.txt @@ -52,3 +52,18 @@ $ export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" $ export PATH="/usr/local/bin:$PATH" $ g++ -std=c++98 samples/exifprint.cpp -o exifprint $(pkg-config exiv2 --libs --cflags) $ ./exifprint --version + +Method 3: Use the CMake support/consume files +See file: README.md Section: 2.6 "Consuming Exiv2 with CMake" + +More Documentation +------------------ + +$ export "MANPATH=/usr/local/share/man:$MANPATH" +$ man exiv2 + +The following documents are included in your bundle: + +README.md Developer Manual +README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual diff --git a/releasenotes/Unix/ReadMe.txt b/releasenotes/Unix/ReadMe.txt index 9fe3c9a5..304f94a8 100644 --- a/releasenotes/Unix/ReadMe.txt +++ b/releasenotes/Unix/ReadMe.txt @@ -53,3 +53,14 @@ $ ./exifprint Method 3: Use the CMake support/consume files See file: README.md Section: 2.6 "Consuming Exiv2 with CMake" +More Documentation +------------------ + +$ export "MANPATH=/usr/local/share/man:$MANPATH" +$ man exiv2 + +The following documents are included in your bundle: + +README.md Developer Manual +README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual diff --git a/releasenotes/msvc/ReadMe.txt b/releasenotes/msvc/ReadMe.txt index 4a75a385..1af668e8 100644 --- a/releasenotes/msvc/ReadMe.txt +++ b/releasenotes/msvc/ReadMe.txt @@ -45,3 +45,17 @@ c:\> cd > cl /EHsc -Iinclude /MD samples\exifprint.cpp /link lib\exiv2.lib > exifprint --version > + +Method 3: Use the CMake support/consume files +See file: README.md Section: 2.6 "Consuming Exiv2 with CMake" + +More Documentation +------------------ + +https://www.exiv2.org/manpage.html + +The following documents are included in your bundle: + +README.md Developer Manual +README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual