Document viewer
Go to file
2011-07-21 14:48:48 +02:00
.gitignore
callbacks.c Update coding standard 2011-07-21 14:48:48 +02:00
callbacks.h Allow changing of "pages-per-row" variable at runtime 2011-07-21 14:47:24 +02:00
commands.c
commands.h
completion.c Fix build error 2011-07-20 09:56:57 +02:00
completion.h
config.c Allow changing of "pages-per-row" variable at runtime 2011-07-21 14:47:24 +02:00
config.h
config.mk
document.c
document.h
LICENSE
Makefile fix typo 2011-07-14 21:34:16 +02:00
print.c
print.h
README
render.c
render.h
shortcuts.c
shortcuts.h
utils.c
utils.h
zathura.1
zathura.c Allow changing of "pages-per-row" variable at runtime 2011-07-21 14:47:24 +02:00
zathura.h
zathura.pc.in provide pkg-config file to build plugins 2011-07-10 20:14:31 +02:00

zathura - a document viewer
--------------------
zathura is a highly customizable and functional document viewer based on the
girara user interface library and several document libraries.

Requirements
------------
gtk2 (>= 2.18.6)
girara

Please note that you need to have a working pkg-config installation
and that the Makefile is only compatible with GNU make.

Installation
------------
To build and install zathura:

  make install

Uninstall:
----------
To delete zathura from your system, just type:

  make uninstall