EOG-2.8.1

Introduction to EOG

The EOG package contains Eye of GNOME. This is useful for viewing and cataloging image files.

Package information

EOG dependencies

Required

EEL-2.8.2

Optional

libjpeg-6b and libexif

Installation of EOG

Install EOG by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --localstatedir=/var/lib --sysconfdir=/etc/gnome &&
make &&
make install

Command explanations

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

Contents

The EOG package contains eog.

Description

eog

eog is a fast and functional image viewer as well as an image cataloging program.

Last updated on 2004-11-25 21:50:31 -0700