Document viewer
Go to file
2012-02-20 20:17:16 +01:00
tests
.gitignore
bookmarks.c
bookmarks.h
callbacks.c use gdk_threads_enter and leave in file monitor callbacks 2012-02-20 20:17:16 +01:00
callbacks.h
commands.c Abort search if page_search_text is not implemented 2012-02-18 09:21:34 +01:00
commands.h
common.mk
completion.c Hide hidden files/directories by default and make it configurable 2012-02-20 13:02:24 +01:00
completion.h
config.c Implement sc_focus_inputbar with possible APPEND_FILEPATH parameter 2012-02-20 16:33:59 +01:00
config.h
config.mk
database-plain.c
database-sqlite.c
database.h
document.c
document.h
Doxyfile
LICENSE
main.c
Makefile Added zathurarc.5.rst 2012-02-18 12:22:37 +01:00
page_widget.c
page_widget.h
print.c
print.h
README
render.c
render.h
shortcuts.c Implement sc_focus_inputbar with possible APPEND_FILEPATH parameter 2012-02-20 16:33:59 +01:00
shortcuts.h Implement sc_focus_inputbar with possible APPEND_FILEPATH parameter 2012-02-20 16:33:59 +01:00
utils.c
utils.h
zathura.1.rst Update man page 2012-02-18 11:37:39 +01:00
zathura.c Set current page number in page_set 2012-02-20 12:40:25 +01:00
zathura.desktop update desktop file 2012-02-20 16:00:32 +01:00
zathura.h
zathura.pc.in
zathurarc.5.rst Added zathurarc.5.rst 2012-02-18 12:22:37 +01: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
sqlite3
check (for tests)

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