-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
36 lines (23 loc) · 768 Bytes
/
README
File metadata and controls
36 lines (23 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
gexif
=====
WHAT IT IS
==========
gexif is a GUI application which shows the EXIF tags contained in JPG
and TIFF files.
BUILDING
========
gexif requires libexif-gtk, and thus libexif and either gtk2 or gtk3.
Building from the source tar ball usually involves the commands:
./configure
make
sudo make install
When building from source out of git, please run "autoreconf -i" first.
If xgettext complains about non-ASCII strings in code, make sure
po/Makevars.template wasn't overwritten.
NOTE TO PACKAGERS
=================
The default is to build gexif with gtk2 (minimum version of gtk2: 2.6).
The configure option --with-gtk3 allows building gexif with gtk3.
LINKS
=====
gexif is a part of the libexif project at https://libexif.github.io/