Document viewer
Go to file
2011-03-20 02:09:04 +01:00
ft Updated plugin render functions 2011-03-18 14:10:42 +01:00
.gitignore
callbacks.c Update rendering 2011-03-20 02:09:04 +01:00
callbacks.h
commands.c
commands.h
completion.c
completion.h
config.c Began to implement dual/multiple view 2011-03-18 18:40:20 +01:00
config.h
config.mk
document.c Update rendering 2011-03-20 02:09:04 +01:00
document.h Update rendering 2011-03-20 02:09:04 +01:00
LICENSE
Makefile
README
render.c Update rendering 2011-03-20 02:09:04 +01:00
render.h
shortcuts.c Began to implement dual/multiple view 2011-03-18 18:40:20 +01:00
shortcuts.h
utils.c
utils.h
zathura.1
zathura.c Remove wrong threads_enter/leave 2011-03-20 01:43:02 +01:00
zathura.h Began to implement dual/multiple view 2011-03-18 18:40:20 +01:00

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>