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 11.3 platform.
Download (HTTP): https://download.kde.org/stable/release-service/22.12.2/src/okular-22.12.2.tar.xz
Download MD5 sum: 5c711ce5c783fc8ba3905d98aacec38d
Download size: 8.0 MB
Estimated disk space required: 82 MB
Estimated build time: 0.7 SBU (using parallelism=4)
libkexiv2-22.12.2, libtiff-4.5.0, and Poppler-23.02.0 (built with Qt5, required for PDF support)
qca-2.3.5, discount, DjVuLibre, kpimtextedit, libspectre (for PostScript support), libchm, libepub, and Mobipocket
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/okular5
Install Okular by running the following commands:
If any of the optional dependencies are installed, remove the associated reference in the SKIP_OPTIONAL environment variable.
mkdir build && cd build && SKIP_OPTIONAL='LibSpectre;CHM;LibZip;DjVuLibre;EPub;QMobipocket;Discount' cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=OFF \ -DFORCE_NOT_REQUIRED_DEPENDENCIES="$SKIP_OPTIONAL" \ -Wno-dev .. && make
This package does not come with a test suite.
Now, as the root
user:
make install