@@ -80,6 +80,8 @@ $ sudo make install
This will install the library into the "standard locations". The library will be installed in `/usr/local/lib`, executables (including the exiv2 command-line program) in `/usr/local/bin/` and header files in `/usr/local/include/exiv2`
+When you run cmake, it will generate the file exv_conf.h in the build directory. This file contains setting information about both the options you have chosen and the availability of libraries on your machine.
+
#### Using the exiv2 command-line program
To execute the exiv2 command line program, you should update your path to search /usr/local/bin/
@@ -804,7 +806,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
### 3.2 Support
-For new bug reports and feature requests, please open an issue in Github.
+For new bug reports, feature requests and support: Please open an issue in Github. [https://github.com/exiv2/exiv2](https://github.com/exiv2/exiv2)
[TOC](#TOC)
@@ -1298,5 +1300,5 @@ $ sudo pkg install developer/gcc-7
[TOC](#TOC)
-Written by Robin Mills
robin@clanmills.com
Updated: 2020-05-25
+Written by Robin Mills
robin@clanmills.com
Updated: 2020-11-20
diff --git a/cmake/msvc_conan_profiles/msvc2019Debug32 b/cmake/msvc_conan_profiles/msvc2019Debug32
new file mode 100755
index 00000000..4825d2a4
--- /dev/null
+++ b/cmake/msvc_conan_profiles/msvc2019Debug32
@@ -0,0 +1,12 @@
+[build_requires]
+[settings]
+arch=x86
+build_type=Debug
+compiler=Visual Studio
+compiler.runtime=MDd
+compiler.version=16
+os=Windows
+arch_build=x86
+os_build=Windows
+[options]
+[env]
diff --git a/cmake/msvc_conan_profiles/msvc2019Release32 b/cmake/msvc_conan_profiles/msvc2019Release32
new file mode 100755
index 00000000..980594fb
--- /dev/null
+++ b/cmake/msvc_conan_profiles/msvc2019Release32
@@ -0,0 +1,12 @@
+[build_requires]
+[settings]
+arch=x86
+build_type=Release
+compiler=Visual Studio
+compiler.runtime=MD
+compiler.version=16
+os=Windows
+arch_build=x86
+os_build=Windows
+[options]
+[env]
diff --git a/matrix-standard-vector-logo-xs.png b/matrix-standard-vector-logo-xs.png
new file mode 100644
index 00000000..509ffd01
Binary files /dev/null and b/matrix-standard-vector-logo-xs.png differ