Document viewer
Go to file
2011-09-29 18:17:38 +02:00
.gitignore
bookmarks.c
bookmarks.h
callbacks.c Merge branch 'develop' of pwmt.org:zathura into develop 2011-09-29 18:17:38 +02:00
callbacks.h Implemented sc_navigate_index 2011-09-29 18:17:03 +02:00
commands.c
commands.h
common.mk
completion.c completion for bookmarks 2011-09-29 17:05:20 +02:00
completion.h completion for bookmarks 2011-09-29 17:05:20 +02:00
config.c completion for bookmarks 2011-09-29 17:05:20 +02:00
config.h
config.mk
database-sqlite.c
database.h
document.c
document.h
LICENSE
Makefile readd installation of zathurarc.5 and zathura.desktop 2011-09-29 16:06:39 +02:00
print.c Show printing status in statusbar 2011-09-29 18:05:15 +02:00
print.h Show printing status in statusbar 2011-09-29 18:05:15 +02:00
README
render.c
render.h
shortcuts.c Implemented sc_navigate_index 2011-09-29 18:17:03 +02:00
shortcuts.h
utils.c get rid of warnings 2011-09-29 18:08:37 +02:00
utils.h
zathura.1
zathura.c get rid of warnings 2011-09-29 18:08:37 +02:00
zathura.desktop
zathura.h
zathura.pc.in
zathurarc.5.rst

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