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.4 platform.
Download (HTTP): http://download.kde.org/stable/4.11.1/src/okular-4.11.1.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.11.1/src/okular-4.11.1.tar.xz
Download MD5 sum: 48452ef4c8dfe1c1d28a14735c5010d4
Download size: 1.5 MB
Estimated disk space required: 26 MB
Estimated build time: 2.1 SBU
kactivities-4.11.1, FreeType-2.5.0.1, qimageblitz-0.0.6, LibTIFF-4.0.3, libjpeg-turbo-1.3.0, and Poppler-0.24.1 (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-09-10 09:12:30 -0700