Document viewer
Find a file
2011-09-01 15:43:34 +02:00
.gitignore
bookmarks.c initial bookmarks implementation 2011-09-01 15:43:34 +02:00
bookmarks.h initial bookmarks implementation 2011-09-01 15:43:34 +02:00
callbacks.c
callbacks.h
commands.c
commands.h
common.mk
completion.c
completion.h
config.c
config.h
config.mk
document.c
document.h
LICENSE
Makefile
print.c
print.h
README
render.c
render.h
shortcuts.c
shortcuts.h
utils.c
utils.h
zathura.1
zathura.c initial bookmarks implementation 2011-09-01 15:43:34 +02:00
zathura.h initial bookmarks implementation 2011-09-01 15:43:34 +02:00
zathura.pc.in

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