Document viewer
Go to file
2011-04-20 16:58:15 +02:00
ft Merge branch 'render' into girara 2011-04-19 21:54:24 +02:00
.gitignore
BSDmakefile
callbacks.c
callbacks.h
commands.c Merge branch 'render' into girara 2011-04-19 21:54:24 +02:00
commands.h
completion.c
completion.h
config.c Load default configuration 2011-04-20 15:55:09 +02:00
config.h Merge branch 'render' into girara 2011-04-19 21:54:24 +02:00
config.mk
document.c Merge branch 'render' into girara 2011-04-19 21:54:24 +02:00
document.h
LICENSE
Makefile Merge branch 'render' into girara 2011-04-19 21:54:24 +02:00
README
render.c
render.h
shortcuts.c
shortcuts.h
utils.c Merge branch 'render' into girara 2011-04-19 21:54:24 +02:00
utils.h
zathura.1
zathura.c fix a typo 2011-04-20 16:58:08 +02:00
zathura.h

zathura - pdf viewer
--------------------
zathura is a pdf viewer based on the poppler pdf rendering library

Requirements
------------
poppler-glib (0.12.3)
gtk2 (2.18.6)
glib2 (2.22.4)

Configuration
-------------
You can modify some parts of zathura by editing the config.h file

Installation
------------
Customise config.h according to your wishes and run the following
command to build and install zathura:

  make install

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

  make uninstall

Use zathura
-----------
Just run:

  zathura <file>