Document viewer
Find a file
2012-07-12 10:37:58 +02:00
po Update translations. 2012-07-03 11:09:25 +02:00
tests
.gitignore
AUTHORS Update AUTHORS. 2012-06-27 22:38:50 +02:00
bookmarks.c
bookmarks.h
callbacks.c Implement first-page-column. 2012-06-27 22:34:16 +02:00
callbacks.h Implement first-page-column. 2012-06-27 22:34:16 +02:00
commands.c Add --version command line argument 2012-07-12 10:37:58 +02:00
commands.h
common.mk
completion.c
completion.h
config.c Add option to use basename in window title (Closes: #229) 2012-07-02 14:13:13 +02:00
config.h
config.mk
database-plain.c Implement first-page-column. 2012-06-27 22:34:16 +02:00
database-plain.h
database-sqlite.c Implement first-page-column. 2012-06-27 22:34:16 +02:00
database-sqlite.h
database.c
database.h Implement first-page-column. 2012-06-27 22:34:16 +02:00
document.c
document.h
Doxyfile
internal.h
LICENSE
links.c
links.h
macros.h
main.c Add --version command line argument 2012-07-12 10:37:58 +02:00
Makefile
marks.c
marks.h
page-widget.c Translate 'Loading...' 2012-06-20 16:57:51 +02:00
page-widget.h
page.c
page.h
plugin-api.h
plugin.c Rename major/minor to be compatible with OpenBSD 2012-07-10 18:00:46 +02:00
plugin.h
print.c
print.h
README
render.c
render.h
shortcuts.c Implement first-page-column. 2012-06-27 22:34:16 +02:00
shortcuts.h
types.c
types.h
utils.c Add --version command line argument 2012-07-12 10:37:58 +02:00
utils.h Add --version command line argument 2012-07-12 10:37:58 +02:00
version.h.in
zathura.1.rst
zathura.c Add --version command line argument 2012-07-12 10:37:58 +02:00
zathura.desktop
zathura.h Implement first-page-column. 2012-06-27 22:34:16 +02:00
zathura.pc.in
zathurarc.5.rst Add option to use basename in window title (Closes: #229) 2012-07-02 14:13:13 +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.18.6)
girara
sqlite3 (>= 3.5.9)
check (for tests)
intltool

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