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 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: 50 MB
Estimated build time: 1.3 SBU
kactivities-4.13.3, FreeType-2.5.3, qimageblitz-0.0.6, LibTIFF-4.0.3, libjpeg-turbo-1.3.1, and Poppler-0.26.4 (required for PDF support)
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), libspectre (for PostScript support), libchm, DjVuLibre, libepub, 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-17 21:56:07 -0700