Evince-3.8.3

Introduction to Evince

Evince is a document viewer for multiple document formats. It supports PDF, Postscript, DjVu, TIFF and DVI. It is useful for viewing documents of various types using one simple application instead of the multiple document viewers that once existed on the GNOME Desktop.

This package is known to build and work properly using an LFS-7.4 platform.

Package Information

Evince Dependencies

Required

gnome-icon-theme-3.8.3, gsettings-desktop-schemas-3.8.2, GTK+-3.8.4, and yelp-xsl-3.8.1

Recommended

Optional

DjVuLibre, GTK-Doc-1.19, libspectre, libgxps, t1lib, and texlive-20130530

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/evince

Installation of Evince

Install Evince by running the following commands:

./configure --prefix=/usr \
            --libexecdir=/usr/lib/evince \
            --enable-introspection \
            --disable-static &&
make

This package does not have a working testsuite.

Now, as the root user:

make install

Command Explanation

--enable-introspection: By default, the Gobject Introspection support is turned off, even though that package is an expected component of the GNOME Desktop.

--disable-static: This switch prevents installation of static versions of the libraries.

--without-keyring: This switch disables use of the libsecret. Use this switch if libsecret is not installed.

--disable-nautilus: This switch disables building of the Nautilus Plugin. Use this switch if Nautilus is not installed.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: evince, evince-previewer, and evince-thumbnailer
Installed Library: libevdocument3.so and libevview3.so
Installed Directories: /usr/include/evince, /usr/lib/evince, /usr/share/evince, /usr/share/gtk-doc/html/{evince,libevdocument-3.0,libevview-3.0}, and /usr/share/help/*/evince

Short Descriptions

evince

is a multiple format document viewer.

evince-previewer

is an applicaton that implements the printing preview.

evince-thumbnailer

is a simple program used to create thumbnail images of supported documents.

Last updated on 2013-09-04 14:37:09 -0700