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-7.1 platform.
Download (HTTP): http://trac.emma-soft.com/epdfview/chrome/site/releases/epdfview-0.1.8.tar.bz2
Download MD5 sum: e50285b01612169b2594fea375f53ae4
Download size: 456 KB
Estimated disk space required: 6 MB
Estimated build time: less than 0.1 SBU
Poppler-0.18.4 and gtk+-2.24.10
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/epdfview
Install ePDFView by running the following commands:
sed -i 's#/gmacros##' src/gtk/StockIcons.h && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install
sed -i 's#/gmacros##' src/gtk/StockIcons.h: This sed fixes compiling with glib-2.32 or greater.
Last updated on 2012-03-26 15:20:31 +0000