Document viewer
Go to file
2011-10-13 12:15:21 +02:00
.gitignore
bookmarks.c
bookmarks.h
callbacks.c
callbacks.h
commands.c Some style updates 2011-10-12 16:18:40 +02:00
commands.h
common.mk
completion.c display a sorted list of bookmarks 2011-10-12 14:40:52 +02:00
completion.h make input of completion callbacks const 2011-10-08 23:23:56 +02:00
config.c
config.h
config.mk database-plain: File locking with unix sockets 2011-10-11 22:39:55 +02:00
database-plain.c database-plain: Use GKeyFile for history as well 2011-10-12 12:43:36 +02:00
database-sqlite.c Write and read file history 2011-10-11 23:18:21 +02:00
database.h Added structure for plain database 2011-10-10 23:46:50 +02:00
document.c
document.h
LICENSE
Makefile Added structure for plain database 2011-10-10 23:46:50 +02:00
print.c g_object_ref the print settings (as seen in the GTK+ documentation) 2011-10-10 19:58:48 +02:00
print.h
README Format README 2011-10-10 15:02:15 +02:00
render.c no need to check for < 0 2011-10-09 00:35:52 +02:00
render.h
shortcuts.c Fix sc_goto 2011-10-13 12:15:21 +02:00
shortcuts.h
utils.c
utils.h
zathura.1
zathura.c Added structure for plain database 2011-10-10 23:46:50 +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
sqlite3

Please note that you need to have a working pkg-config installation and that the
Makefile is only compatible with GNU make. If you don't have a working
pkg-config installation please set the GTK_INC, GTK_LIB, GIRARA_INC, GIRARA_LIB,
SQLITE_INC and SQLITE_LIB variables accordingly.

And also note that rst2man from python-docutils is needed to build zathurarc.5.
If it is not installed, zathurarc.5 won't be built.

Installation
------------
To build and install zathura:

  make install

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

  make uninstall