styling
[k8zathura.git] / README
blobc1d4067771da26b89a1a6e06006b5e0824729140
1 zathura - pdf viewer
2 --------------------
3 zathura is a pdf viewer based on the poppler pdf rendering library
5 Requirements
6 ------------
7 poppler-glib (>= 0.12.3)
8 cairo (>= 1.8.8)
9 gtk2 (>= 2.18.6)
10 glib2 (>= 2.22.4)
12 Please note that you need to have a working pkg-config installation
13 and that the Makefile is only compatible with GNU make.
15 And also note that rst2man from python-docutils is needed to build
16 zathurarc.5. If it is not installed, zathurarc.5 won't be built.
18 Configuration
19 -------------
20 You can modify some parts of zathura by editing the config.h file
22 Installation
23 ------------
24 Customise config.h according to your wishes and run the following
25 command to build and install zathura:
27   make install
29 Uninstall:
30 ----------
31 To delete zathura from your system, just type:
33   make uninstall
35 Use zathura
36 -----------
37 Just run:
39   zathura <file>