From 4252f6eb96ef00d5907dceda3af8c581917d7aa1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 27 Jan 2012 20:23:03 +0100 Subject: optional exif support (build with exif=1), initial patch import --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 5b48c66..737d4fc 100644 --- a/README +++ b/README @@ -15,6 +15,11 @@ Dependencies * libX11 * libXinerama (disable with make xinerama=0) +If built with exif=1: + + * libexif-dev + * libexif12 + Recommended ----------- @@ -42,8 +47,9 @@ Available flags are: * help (default 0) - include help text (refers to the manpage otherwise) * stat64 (default 0) - Support CIFS shares from 64bit hosts on 32bit machines * xinerama (default 1) - Support Xinerama/XRandR multiscreen setups + * exif (default 0) - Builtin EXIF tag display support -So, by default libcurl and Xinerama are enabled, while debug is disabled. +So, by default libcurl and Xinerama are enabled, the rest is disabled. Note: config.mk is designed so that in most cases, you can set environment variables instead of editing it. E.g.: -- cgit v1.2.3