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.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/evince/3.8/evince-3.8.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/evince/3.8/evince-3.8.3.tar.xz
Download MD5 sum: 81a8b0ffc427f2e3bde4056286e3a27a
Download size: 6.2 MB
Estimated disk space required: 100 MB
Estimated build time: 0.8 SBU
gnome-icon-theme-3.8.3, gsettings-desktop-schemas-3.8.2, GTK+-3.8.4, and yelp-xsl-3.8.1
gobject-introspection-1.36.0, libsecret-0.16, Nautilus-3.8.2, and Poppler-0.24.1
DjVuLibre, GTK-Doc-1.19, libspectre, libgxps, t1lib, and texlive-20130530
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
--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.
Last updated on 2013-09-04 14:37:09 -0700