Document viewer
Go to file
2011-05-26 12:00:11 +02:00
.gitignore
BSDmakefile
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 Remove obsolete print completion 2011-05-26 11:58:27 +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 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 Update modes 2011-05-07 22:00:52 +02:00
shortcuts.h Drop sc_change_buffer 2011-04-27 20:41:02 +02:00
utils.c cc_open: List only supported file types 2011-05-25 00:54:16 +02:00
utils.h cc_open: List only supported file types 2011-05-25 00:54:16 +02:00
zathura.1
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