Skip to content
Snippets Groups Projects
Forked from Philipp Erhardt / katarakt
13 commits behind the upstream repository.
README 473 B
Overview
========
katarakt is a simple PDF viewer with two layouts.

Dependencies
------------
qt-core, qt-gui version 4
poppler-qt >= 0.18

For a faster search implementation you need poppler-qt >= 0.22

Building
--------
To build katarakt type:
qmake-qt4
make

To build the manpage/homepage type:
make doc
make web

Completion
----------
When using zsh its built-in autocompletion can be used by
copying ./completion/_katarakt to '/usr/share/zsh/functions/Completion/X/'