From: Dan F. <dfa...@us...> - 2008-11-05 07:11:46
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24471 Modified Files: README Log Message: Added Building section Index: README =================================================================== RCS file: /cvsroot/libexif/exif/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- README 25 Jan 2008 03:29:22 -0000 1.3 +++ README 5 Nov 2008 07:11:37 -0000 1.4 @@ -6,13 +6,30 @@ in JPEG files. I wrote it to demonstrate It depends on * libexif (http://www.sourceforge.net/projects/libexif) - * popt.h + * popt Have fun! Lutz <lu...@us...> +BUILDING +-------- + +Assuming libexif and popt are installed, building exif from the source +tar ball should be a simple matter of: + + ./configure + make + sudo make install + +If your libexif is installed in a non-standard location, you must point +configure at the location of its libexif.pc file using the pkg-config +path, like this: + + ./configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig + + INTERNATIONALIZATION -------------------- @@ -24,6 +41,6 @@ and lost. If you are interested in tran language, simply join TP and start! A translation disclaimer is NOT required for exif; by making a translation, you agree implicitly to provide it under the same license terms as the rest of exif (GPL). -When a new version of exif is available for translation, a exif +When a new version of exif is available for translation, an exif maintainer will contact the Translation Project and all interested TP members will be automatically notified. |