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.3 platform.
Download (HTTP): http://download.kde.org/stable/4.10.3/src/okular-4.10.3.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.10.3/src/okular-4.10.3.tar.xz
Download MD5 sum: 563c45e46c760bed802cd08cd6e1e628
Download size: 1.4 MB
Estimated disk space required: 26 MB
Estimated build time: 2.1 SBU
kactivities-4.10.3, FreeType-2.4.12, qimageblitz-0.0.6, LibTIFF-4.0.3, libjpeg-turbo-1.2.1 and Poppler-0.22.4 (required for PDF support)
For PDF support in Okular you
need to configure Poppler using
--enable-xpdf-headers .
ActiveApp (for developing applications for Plasma Active), libspectre (for PostScript support), libchm, DjVuLibre and libepub
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 \
.. &&
make
Now, as the root user:
make install
Last updated on 2013-05-08 17:45:30 +0000