From 1c937373f8260bbd586c682804fbff56a26e4b5c Mon Sep 17 00:00:00 2001 From: Luis Diaz Mas Date: Fri, 1 Sep 2017 07:47:17 +0200 Subject: [PATCH] Remove mentions to Exiv2 CMake specific variables. There is no better documentation than the code itself --- README-CMAKE | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README-CMAKE b/README-CMAKE index f57fafce..03c7b09e 100644 --- a/README-CMAKE +++ b/README-CMAKE @@ -75,27 +75,11 @@ a) From the command line Run the following commands from the top directory (containing this file) to configure, build and install the library and utilities: - $ mkdir build - $ cd build + $ mkdir build && cd build $ cmake .. or cmake-gui .. $ make -j $ make install -Specific Exiv2 options : - --DBUILD_SHARED_LIBS : CMake variable controlling whether exiv2lib is build as a shared library (dll). [default=on] --DEXIV2_ENABLE_XMP : Build with XMP metadata support. [default=on ] --DEXIV2_ENABLE_LIBXMP : Build a static convenience Library for XMP. [default=on ] --DEXIV2_ENABLE_PNG : Build with png support (requires libz). [default=on ] --DEXIV2_ENABLE_NLS : Build native language support (requires gettext). [default=on ] --DEXIV2_ENABLE_PRINTUCS2 : Build with Printucs2. [default=on ] --DEXIV2_ENABLE_LENSDATA : Build including lens data. [default=on ] --DEXIV2_ENABLE_COMMERCIAL : Build with the EXV_COMMERCIAL_VERSION symbol set. [default=off] --DEXIV2_ENABLE_BUILD_SAMPLES : Build the unit tests. [default=off] --DEXIV2_ENABLE_BUILD_PO : Build translations files. [default=off] --DEXIV2_ENABLE_CURL : USE Libcurl for HttpIo [default=off] --DEXIV2_ENABLE_SSH : USE Libssh for SshIo [default=off] - To uninstall Exiv2, run: $ make uninstall