summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-01-27 20:23:03 +0100
committerDaniel Friesel <derf@finalrewind.org>2012-01-27 20:23:03 +0100
commit4252f6eb96ef00d5907dceda3af8c581917d7aa1 (patch)
tree7850c29f32d7bbb2be61d865b2900f24c7d54eb7 /README
parentf32e4f8b3876b5cf063b92fa8988a7bda3672795 (diff)
optional exif support (build with exif=1), initial patch import
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
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.: