Document viewer
Go to file
2011-06-23 22:43:08 +02:00
.gitignore ignore .depend 2011-04-19 19:07:18 +02:00
callbacks.c Fixed rendering 2011-04-19 21:42:18 +02:00
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 Use giraras toggle functions 2011-06-23 14:31:41 +02:00
config.h Merge branch 'render' into girara 2011-04-19 21:54:24 +02:00
config.mk
document.c Postscript support through libspectre 2011-04-26 17:09:39 +02:00
document.h
LICENSE
Makefile Moved plugins to own repositories 2011-04-27 19:03:08 +02:00
print.c Allow async printing and calculate scale level 2011-05-02 18:50:24 +02:00
print.h Began to implement the printing dialog 2011-04-29 00:28:19 +02:00
README document pkg-config and GNU make 2011-05-19 12:47:55 +02:00
render.c Implemented recoloring 2011-04-30 13:27:27 +02:00
render.h
shortcuts.c Use giraras toggle functions 2011-06-23 14:31:41 +02:00
shortcuts.h Use giraras toggle functions 2011-06-23 14:31:41 +02:00
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 Saner solution for the possible seg fault 2011-06-23 22:43:08 +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