Document viewer
Find a file
2012-12-07 15:11:57 +01:00
po Try printing to the cairo object first 2012-12-07 15:11:57 +01:00
tests
.gitignore
AUTHORS
bookmarks.c Update style 2012-10-09 01:12:18 +02:00
bookmarks.h
callbacks.c Update style 2012-10-09 01:12:18 +02:00
callbacks.h
commands.c Update style 2012-10-09 01:12:18 +02:00
commands.h
common.mk
completion.c Update style 2012-10-09 01:12:18 +02:00
completion.h
config.c Merge branch 'develop' of pwmt.org:zathura into develop 2012-12-06 22:34:33 +01:00
config.h
config.mk
database-plain.c Update style 2012-10-09 01:12:18 +02:00
database-plain.h
database-sqlite.c Update style 2012-10-09 01:12:18 +02:00
database-sqlite.h
database.c Update style 2012-10-09 01:12:18 +02:00
database.h
document.c Update style 2012-10-09 01:12:18 +02:00
document.h
Doxyfile
internal.h
LICENSE
links.c Update link evaluation 2012-10-31 07:29:17 +01:00
links.h
macros.h
main.c Correct misspellings of the word "synctex" 2012-12-06 20:34:14 +01:00
Makefile
marks.c Update style 2012-10-09 01:12:18 +02:00
marks.h
page-widget.c Update style 2012-10-09 01:12:18 +02:00
page-widget.h
page.c
page.h
plugin-api.h
plugin.c Update style 2012-10-09 01:12:18 +02:00
plugin.h
print.c Try printing to the cairo object first 2012-12-07 15:11:57 +01:00
print.h
README
render.c Update style 2012-10-09 01:12:18 +02:00
render.h
shortcuts.c Also wrap when scrolling with 'j' and 'k' 2012-12-06 20:39:16 +01:00
shortcuts.h
synctex.c Update style 2012-10-09 01:12:18 +02:00
synctex.h
types.c Update style 2012-10-09 01:12:18 +02:00
types.h
utils.c Update style 2012-10-09 01:12:18 +02:00
utils.h
version.h.in
zathura.1.rst Correct misspellings of the word "synctex" 2012-12-06 20:34:14 +01:00
zathura.c Correct misspellings of the word "synctex" 2012-12-06 20:34:14 +01:00
zathura.desktop
zathura.h Correct misspellings of the word "synctex" 2012-12-06 20:34:14 +01:00
zathura.pc.in
zathurarc.5.rst Update modes in zathurarc.5 2012-10-12 12:14:02 +02: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.28)
girara
sqlite3 (>= 3.5.9)
check (for tests)
intltool
python-docutils (for man pages)

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. Please note that sqlite3
with metadata support is required, i.e. sqlite3 has to be built with
SQLITE_ENABLE_COLUMN_METADATA defined.

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

  make install

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

  make uninstall