ePDFView is a free standalone lightweight PDF document viewer using Poppler and GTK+ libraries. It is a good replacement for Evince as it does not rely upon GNOME libraries.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://trac.emma-soft.com/epdfview/chrome/site/releases/epdfview-0.1.7.tar.bz2
Download MD5 sum: 1919bb19c16ef0a97d48b0a8303d3c7b
Download size: 434 KB
Estimated disk space required: 7 MB
Estimated build time: less than 0.1 SBU
Poppler-0.14.4 and gtk+-2.24.8
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/epdfview
Install ePDFView by running the following commands:
patch -Np1 -i ../epdfview-0.1.7-fix_nonexisting-1.patch && patch -Np1 -i ../epdfview-0.1.7-fix_scrolling-1.patch && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
patch …: These patches fix some problems, that can occur under some common compiler's optimizations.
Last updated on 2010-04-21 19:10:06 +0000