From ce3794f4cb45e3b20ad52df3ee94dda673d9719d Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 10 May 2004 13:16:44 +0000 Subject: [PATCH] Added install-lib --- README.make | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.make b/README.make index e62a01c0..67eff1ff 100644 --- a/README.make +++ b/README.make @@ -11,11 +11,16 @@ Configuration and Build Strategy 06-May-2004, ahu $ make install - from this directory. On other platforms you may need to make - changes to config.mk before running make. Possibly you will also - need to change some code. However, you should *not* need to - modify any Makefile directly. Please let me know what changes - were needed. + from this directory. To install the library and header files, use + + $ make install-lib + + There are corresponding uninstall and uninstall-lib targets. + + To install to locations different from the default (/usr/local) + and to build Exiv2 on other platforms you may need to make changes + to the file config.mk before running make. However, you should + *not* need to modify any Makefile directly. ----- Concepts described below this line are not implemented yet -----