summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-08-27 19:17:36 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-08-27 19:20:13 +0200
commit7de370bbd6f5358a5029957ee68a6e4b9dfa29a2 (patch)
tree0c5fcfeab06c19bfb62761c251af2b56231c08e8 /INSTALL
parent96925915768917ef6c245349b787baa275df608c (diff)
downloadlibgphoto2-7de370bbd6f5358a5029957ee68a6e4b9dfa29a2.tar.gz
Document using GP_CAMLIB_SET on make command line
Documents the use of GP_CAMLIB_SET on the make command line. Setting CAMLIBS= on the make command line to specify the set of camlibs to be built and installed has not worked at least since the introduction of GP_CAMLIB_SET.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 422989470..c62af9999 100644
--- a/INSTALL
+++ b/INSTALL
@@ -118,7 +118,7 @@ directories on your system.
If you want to install only one or two specific camlibs, run something like
- $ make CAMLIBS="canon.la ptp2.la" install-camlibs
+ $ make GP_CAMLIB_SET="canon.la ptp2.la" install-camlibs
On Linux, the installed libtool .la files are not needed and can be removed.