|
|
|
@ -39,6 +39,9 @@ To uninstall Exiv2 from a UNIX-like system, run:
|
|
|
|
|
|
|
|
|
|
$ make uninstall
|
|
|
|
|
|
|
|
|
|
To build a commercial version of the Exiv2 library, see also section
|
|
|
|
|
"Commercial version" at the end of this file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dependencies
|
|
|
|
|
============
|
|
|
|
@ -130,4 +133,20 @@ for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
|
Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
|
|
|
|
|
Foundation, Inc., 51 Franklin Street, 5th Floor, Boston,
|
|
|
|
|
MA 02110-1301 USA.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Commercial version
|
|
|
|
|
==================
|
|
|
|
|
|
|
|
|
|
If you have a commercial license, you must disable NLS support,
|
|
|
|
|
conversion of UCS2 characters in XP tags and the conversion of
|
|
|
|
|
Exif.Nikon3.LensData values to lens names to build a commercial
|
|
|
|
|
version of the Exiv2 library.
|
|
|
|
|
|
|
|
|
|
To do this on Windows, compile the library with the preprocessor
|
|
|
|
|
symbol EXV_COMMERCIAL_VERSION defined. See the file src/exv_msvc.h
|
|
|
|
|
for details.
|
|
|
|
|
On UNIX-like systems, run the configure script with the options
|
|
|
|
|
--enable-commercial --disable-nls --disable-printucs2 --disable-lensdata
|
|
|
|
|