From c8e9aee3e00d324a9fbeca1b46f6cf29d37e3b81 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 18 Nov 2008 12:48:53 -0800 Subject: [PATCH] Mention example programs, libexif-gtk, autoreconf --- README | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README b/README index fff0a17..aa61618 100644 --- a/README +++ b/README @@ -44,7 +44,8 @@ to the header files. The short test-program test/test-mem illustrates how to create valid EXIF data from scratch, how to save EXIF data and how to load EXIF data -from data in memory. Don't hesitate to contact us +from data in memory. There are also a few simple example programs available +in the contrib/examples/ directory. Don't hesitate to contact us () if you've got any questions on how to use libexif. @@ -76,6 +77,8 @@ LIBRARIES --------- I know of the following libraries that use or have been inspired by libexif: + - libexif-gtk: library of widgets to help display EXIF tags in GTK + programs (part of the libexif project) - pel: PHP-Code (http://pel.sourceforge.net) @@ -102,6 +105,12 @@ necessary: ./configure make +Or, possibly just: + + autoreconf -i + ./configure + make + Besides the standard arguments, configure takes several specific to libexif: --disable-docs To disable producing any documentation -- 2.7.4