@ -152,6 +154,12 @@ How to build and test exiv2 (with/without organize.exe)
The test takes less than 1 minute and runs 200+ different test programs.
7) Running the test suite
The test suite is a collection of bash scripts and requires a unix-like environment
in which to run. exiv2 msvc and msvc64 builds are tested with cygwin and msys.
Please see the file exiv2/msvc64/ReadMe.txt for more information.
How to build exiv2+organize
---------------------------
@ -410,4 +418,5 @@ D) Boost library name conventions
.lib
Extension: determined according to the operating system's usual convention. On most unix-style platforms the extensions are .a and .so for static libraries (archives) and shared libraries, respectively. On Windows, .dll indicates a shared library and (except for static libraries built by the gcc toolset, whose names always end in .a) .lib indicates a static or import library. Where supported by toolsets on unix variants, a full version extension is added (e.g. ".so.1.34") and a symbolic link to the library file, named without the trailing version number, will also be created.