Okular is a document viewer for KDE. It can view documents of many types including PDF, PostScript, TIFF, Microsoft CHM, DjVu, DVI, XPS and ePub.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://download.kde.org/stable/4.14.1/src/okular-4.14.1.tar.xz
Download MD5 sum: 3cc19ac6210cdea3debed8db052b3bea
Download size: 1.5 MB
Estimated disk space required: 39.7 MB
Estimated build time: 1.8 SBU
FreeType-2.5.3, KActivities-4.13.3, Poppler-0.26.4 (required for PDF support), and QImageBlitz-0.0.6
For PDF support in Okular you
need to configure Poppler using
--enable-xpdf-headers
.
libkexiv2-4.14.1, ActiveApp (for developing applications for Plasma Active), DjVuLibre, libchm, libepub, libspectre (for PostScript support), and Mobipocket
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/okular
Install Okular by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev .. && make
Now, as the root
user:
make install
Last updated on 2014-09-19 08:10:38 -0700