The Poppler package contains a PDF rendering library. This is useful for providing PDF rendering functionality as a shared library.
Download (HTTP): http://poppler.freedesktop.org/poppler-0.4.5.tar.gz
Download MD5 sum: 2bb1c75aa3f9c42f0ba48b5492e6d32c
Download size: 783 KB
Estimated disk space required: 35.3 MB
Estimated build time: 0.9 SBU
pkg-config-0.21, libjpeg-6b, Fontconfig-2.3.2, cairo-1.4.2, GTK+-2.10.11, Qt-3.3.8, and Qt-4.x.x
If you're installing Poppler to
support kdegraphics-3.5.6, you will need to have
Qt-3.3.8
installed so that the libpoppler-qt
library is built.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/poppler
If you are installing a version of Poppler >= 5.1 to support an
installation of Evince-0.5.3, note that command-line
utilities and man pages are installed which will overwrite
these same files installed by the Xpdf package. If you'd prefer to keep the
Xpdf versions of these files,
use the --bindir= and --mandir= parameters passed to the configure script to install
these files to a safe location (e.g., $HOME or /tmp. An
alternative method to not overwrite the command-line utilities
is to use the --disable-utils
parameter.
Install Poppler by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc \
--enable-opi \
--enable-zlib \
--disable-splash-output \
--disable-cairo-output \
--disable-poppler-glib --disable-gtk-test &&
make
This package does not come with a test suite.
Now, as the root user:
make install && install -v -m644 -D README /usr/share/doc/poppler-0.4.5/README
--enable-opi: This
parameter forces the build to include support for OPI comments.
--enable-zlib: This
parameter forces the build to link with the system-installed
libz library to enable compressed PDF
functionality.
--disable-splash-output:
This parameter disables building the Splash graphics backend.
Remove this parameter if you have Fontconfig installed.
--disable-cairo-output:
This parameter disables building the cairo graphics backend. Remove this parameter
if you have cairo installed.
--disable-poppler-glib and
--disable-gtk-test: These
parameters disable building the GLib wrapper and GTK+ test program. Remove these parameters if
you have GTK+-2 installed. Note
that if you plan on building Evince-0.5.3, you
must build the GLib wrapper.
Last updated on 2007-04-04 21:42:53 +0200