From: Dan F. <dfa...@us...> - 2013-03-01 22:38:36
|
Update of /cvsroot/libexif/libexif-gtk In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25824 Modified Files: README Log Message: Expanded the README a bit Index: README =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- README 23 Feb 2013 22:17:36 -0000 1.4 +++ README 1 Mar 2013 22:38:32 -0000 1.5 @@ -11,14 +11,30 @@ REQUIREMENTS ============ -libexif-gtk requires libexif and gtk+. +libexif-gtk is written in C and requires libexif and gtk+. +GNU gettext is used for language translation, if available. + + +BUILDING +======== + +Building from the source tar ball usually involves the commands: + + ./configure + make + sudo make install + +When building from source out of CVS, please run "autoreconf -i" first. + NOTE TO PACKAGERS ================= The default is to build the gtk2 version of the library (minimum gtk2 version: 2.4). The configure option --with-gtk3 allows building with the gtk3 -version of the library. +version of the library. Both versions can be installed on a system at +the same time. + NOTE TO DEVELOPERS ================== @@ -26,3 +42,12 @@ To link to the gtk2 version of libexif-gtk, use the 'libexif-gtk' pkgconfig information. To link your application to the gtk3 version of this library, use the 'libexif-gtk3' pkgconfig information. + +A simple example program using the libexif-gtk widgets is available +in tests/test-libexif-gtk.c + + +LINKS +===== + +libexif-gtk is a part of the libexif project at http://libexif.sourceforge.net/ |