Document viewer
Find a file
2012-05-02 16:43:17 +02:00
po Add Esperanto translation. 2012-04-21 16:02:08 +02:00
tests
.gitignore
AUTHORS
bookmarks.c
bookmarks.h
callbacks.c Check for numeric events 2012-05-01 19:09:33 +02:00
callbacks.h Check for numeric events 2012-05-01 19:09:33 +02:00
commands.c Export images and attachments 2012-05-01 11:54:52 +02:00
commands.h Implement hlsearch/nohlsearch 2012-04-22 19:12:45 +02:00
common.mk
completion.c Check for numeric events 2012-05-01 19:09:33 +02:00
completion.h
config.c Add setting abort-clear-search and clear search results on abort if set. 2012-04-28 21:47:27 +02:00
config.h
config.mk We need at least sqlite3 3.5.9. 2012-05-02 15:49:51 +02:00
database-plain.c Introduce new link types 2012-04-22 10:04:46 +02:00
database-plain.h
database-sqlite.c Implement database migration to the new layout. 2012-04-27 21:56:41 +02:00
database-sqlite.h
database.c Introduce new link types 2012-04-22 10:04:46 +02:00
database.h
document.c Set default adjust mode to none 2012-04-21 00:00:03 +02:00
document.h
Doxyfile
internal.h
LICENSE
macros.h
main.c
Makefile Use gmodule instead of dl. This is much more platform agnostic. 2012-04-27 22:26:49 +02:00
marks.c Implemented marks 2012-04-21 04:59:58 +02:00
marks.h Implemented marks 2012-04-21 04:59:58 +02:00
page-widget.c Export images and attachments 2012-05-01 11:54:52 +02:00
page-widget.h
page.c
page.h
plugin-api.h Display plugin version in debug mode. 2012-04-28 21:26:10 +02:00
plugin.c Display plugin version in debug mode. 2012-04-28 21:26:10 +02:00
plugin.h Display plugin version in debug mode. 2012-04-28 21:26:10 +02:00
print.c
print.h
README Add a note on sqlite3. 2012-05-02 16:43:17 +02:00
render.c
render.h
shortcuts.c Reset position correctly after viewing index 2012-05-01 08:22:17 +02:00
shortcuts.h
types.c Implement ZATHURA_LINK_GOTO_REMOTE 2012-04-22 11:11:36 +02:00
types.h Introduce new link types 2012-04-22 10:04:46 +02:00
utils.c Resolve page-jumping while zooming on last page 2012-05-01 10:23:00 +02:00
utils.h Implement hlsearch/nohlsearch 2012-04-22 19:12:45 +02:00
version.h.in
zathura.1.rst Document exec, exec-command and abort-clear-search. 2012-04-28 21:57:12 +02:00
zathura.c Check for numeric events 2012-05-01 19:09:33 +02:00
zathura.desktop
zathura.h Implement ZATHURA_LINK_GOTO_REMOTE 2012-04-22 11:11:36 +02:00
zathura.pc.in
zathurarc.5.rst Document exec, exec-command and abort-clear-search. 2012-04-28 21:57:12 +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