Document viewer
Find a file
2013-11-22 06:23:22 +01:00
po Fix up header 2013-11-05 01:07:05 +01:00
tests
.gitignore Redo version checks and add check for GTK 2013-10-26 19:02:55 +02:00
adjustment.c Make sure we do not underflow 2013-11-22 06:23:22 +01:00
adjustment.h
AUTHORS
bookmarks.c
bookmarks.h
callbacks.c Don't try to change document settings if no document is open 2013-11-17 18:36:22 +01:00
callbacks.h get rid of tracking adjustments 2013-10-26 17:13:56 +02:00
commands.c Translate fields in cmd_info 2013-11-01 14:06:56 +01:00
commands.h
common.mk
completion.c
completion.h
config.c CS 2013-10-30 03:29:45 +01:00
config.h
config.mk Version 0.2.5 2013-11-08 20:29:08 +01:00
database-plain.c Reduce the scope of val_list 2013-10-31 16:43:44 +01:00
database-plain.h
database-sqlite.c
database-sqlite.h
database.c
database.h
document.c Make sure that first-page-column does not exceed any bounds 2013-11-22 06:14:41 +01:00
document.h Document return value if an error occurs 2013-11-04 15:38:13 +01:00
Doxyfile
glib-compat.h
internal.h Improve zathura_link_t 2012-05-28 12:43:22 +02:00
LICENSE
links.c Resolve implicit declaration of render_all 2013-10-31 08:49:25 +01:00
links.h
macros.h
main.c Make a string translatable 2013-11-04 19:57:23 +01:00
Makefile Redo version checks and add check for GTK 2013-10-26 19:02:55 +02:00
marks.c remove zathura->global.update_page_number global hack 2013-10-26 17:13:57 +02:00
marks.h
page-widget.c Implement image-selected event for GTK+3 2013-10-31 14:53:51 +01:00
page-widget.h
page.c
page.h
plugin-api.h
plugin.c
plugin.h
print.c Workaround printing quality issues 2013-10-31 05:42:47 +01:00
print.h
README Update dependencies 2013-11-04 20:59:06 +01:00
render.c Be more explicit about render jobs 2013-11-07 12:36:21 +01:00
render.h
shortcuts.c CS 2013-10-30 03:35:56 +01:00
shortcuts.h
synctex.c
synctex.h
types.c
types.h
utils.c
utils.h
version.h.in
zathura.1.rst Document new bisect functionality 2013-04-02 21:22:20 +02:00
zathura.c Get the correct adjustment 2013-11-05 02:29:20 +01:00
zathura.desktop
zathura.h remove zathura->global.update_page_number global hack 2013-10-26 17:13:57 +02:00
zathura.pc.in
zathurarc.5.rst Document statusbar-{v,h}-padding 2013-11-13 15:02:32 +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) or gtk3
glib (>= 2.28)
girara
sqlite3 (optional, >= 3.5.9)
check (for tests)
intltool
python-docutils (optional, for man pages)
libmagic from file(1) (optional, for mime-type detection)

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 the man pages.
If it is not installed, the man pages won't be built.

If you don't want to build with support for sqlite databases, you can set
WITH_SQLITE=0 and sqlite support won't be available.

The use of magic to detect mime types is optional and can be disabled by setting
WITH_MAGIC=0.

If you pass these flags as a command line argument to make, you have to ensure
to pass the same flags when executing the install target.

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

  make install

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

  make uninstall

Bugs
----
Please report bugs at http://bugs.pwmt.org or contact us on our mailing list at
zathura@lists.pwmt.org.