Document viewer
Find a file
2011-05-27 12:59:05 +02:00
.gitignore
callbacks.c
callbacks.h
commands.c Began to implement cmd_open completion 2011-05-25 00:24:43 +02:00
commands.h Began to implement cmd_open completion 2011-05-25 00:24:43 +02:00
completion.c Update cc_open 2011-05-26 14:58:10 +02:00
completion.h Remove obsolete print completion 2011-05-26 11:58:27 +02:00
config.c Fix: Remove obsolete print completion 2011-05-26 12:00:11 +02:00
config.h
config.mk
document.c
document.h
LICENSE
Makefile
print.c
print.h
README document pkg-config and GNU make 2011-05-19 12:47:55 +02:00
render.c
render.h
shortcuts.c Use gtk_widget_get_visible instead of deprecated macro 2011-05-27 12:42:37 +02:00
shortcuts.h
utils.c Remove obsolete page_blank function 2011-05-27 12:57:57 +02:00
utils.h Remove obsolete page_blank function 2011-05-27 12:57:57 +02:00
zathura.1 Cleaned man page 2011-05-27 12:38:41 +02:00
zathura.c Fixed a possible memory leak 2011-05-09 10:53:09 +02:00
zathura.h Update modes 2011-05-07 22:00:52 +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