Document viewer
Find a file
2014-11-06 19:42:43 +01:00
data Add SynctaxView method 2014-10-21 20:57:12 +02:00
doc Fix typo in synopsis in man page. 2014-11-01 12:19:55 +01:00
po Update po/de.po file 2014-11-06 19:42:43 +01:00
synctex Update synctex_parser copy 2014-09-29 14:22:47 +02:00
tests
.gitignore
adjustment.c
adjustment.h
AUTHORS Add Lingzhu Xiang to AUTHORS 2014-10-26 21:29:46 +01:00
bookmarks.c
bookmarks.h
callbacks.c Add option to ignore images while recoloring 2014-09-30 19:45:07 +02:00
callbacks.h Add option to ignore images while recoloring 2014-09-30 19:45:07 +02:00
colors.mk
commands.c Add vim style exec 2014-09-27 01:37:31 +02:00
commands.h
common.mk
completion.c
completion.h
config.c Make thumbnail maximum size configurable 2014-10-28 18:11:52 -04:00
config.h
config.mk Version 0.3.1 2014-10-22 22:08:12 +02:00
content-type.c Use _DEFAULT_SOURCE instead of deprecated _BSD_SOURCE 2014-10-16 23:56:41 +02:00
content-type.h Documentation 2014-08-15 17:06:21 +02:00
css-definitions.h
database-plain.c
database-plain.h
database-sqlite.c Remove unnecessary check 2014-09-07 19:12:16 +02:00
database-sqlite.h
database.c
database.h
dbus-interface-definitions.h
dbus-interface.c Use SynctexView for --synctex-forward 2014-10-21 21:12:23 +02:00
dbus-interface.h Some documentation 2014-10-21 21:20:29 +02:00
document.c Prevent double-free in zathura_document_free 2014-09-09 17:28:10 +02:00
document.h
glib-compat.h
internal.h
LICENSE
links.c Do not adjust scale if given scale is not positive 2014-10-27 17:49:05 +01:00
links.h
macros.h
main.c Only enable reparent if we have X11 2014-10-24 19:44:20 +02:00
Makefile Add AppData file 2014-09-29 14:44:12 +02:00
marks.c Correct the given scale value 2014-10-27 11:55:21 +01:00
marks.h
page-widget.c Make thumbnail maximum size configurable 2014-10-28 18:11:52 -04:00
page-widget.h Cache thumbnails to support smooth zooming 2014-10-26 16:13:59 -04:00
page.c
page.h
plugin-api.h
plugin.c Check if plugin file ends with .so 2014-09-05 09:21:07 +02:00
plugin.h
print.c
print.h
README
render.c Add option to ignore images while recoloring 2014-09-30 19:45:07 +02:00
render.h Add option to ignore images while recoloring 2014-09-30 19:45:07 +02:00
shortcuts.c Correct the given scale value 2014-10-27 11:55:21 +01:00
shortcuts.h
synctex.c Adjust for different indices in SyncTex 2014-10-21 21:17:59 +02:00
synctex.h Add synctex_get_input_line_column 2014-08-22 20:09:18 +02:00
types.c
types.h
utils.c CS 2014-10-29 00:06:22 +01:00
utils.h Correct the given scale value 2014-10-27 11:55:21 +01:00
version.h.in
zathura.c CS 2014-10-27 21:18:28 +01:00
zathura.desktop
zathura.h Make thumbnail maximum size configurable 2014-10-28 18:11:52 -04:00
zathura.pc.in

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
------------
gtk3
glib (>= 2.28)
girara (>= 0.2.0)
sqlite3 (optional, >= 3.5.9)
check (for tests)
intltool
libmagic from file(1) (optional, for mime-type detection)
Sphinx (optional, for manpages and HTML documentation)
doxygen (optional, for HTML documentation)
breathe (optional, for HTML documentation)
sphinx_rtd_theme (optional, for HTML documentation)

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.

Also note that Sphinx is needed to build the manpages.  If it is not
installed, the man pages won't be built. For the HTML documentation, doxygen,
breathe and sphinx_rtd_theme are needed in additioan to Sphinx.

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.

If you want to build zathuras documentation, please install all python
dependencies from the ./doc/requirements.txt file.

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.