summaryrefslogtreecommitdiff
path: root/README
blob: 5068e85b006dbfa0823d5bafc8a8e8e87f3a476f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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/'