Document viewer
Go to file
Moritz Lipp 12793b3552 Update cmd_* definitions
The command definitions are now updated to fit to the updated
definitions of girara.
2011-04-19 10:38:59 +02:00
ft add .PHONY in Makefile 2011-04-18 11:31:57 +02:00
.gitignore
BSDmakefile Make it build with BSD make. 2011-04-04 16:02:38 +02:00
callbacks.c Plugin register mechanism 2011-03-05 21:00:41 +01:00
callbacks.h
commands.c Update cmd_* definitions 2011-04-19 10:38:59 +02:00
commands.h Update cmd_* definitions 2011-04-19 10:38:59 +02:00
completion.c
completion.h
config.c Load configuration files 2011-04-01 09:55:37 +02:00
config.h Load configuration files 2011-04-01 09:55:37 +02:00
config.mk Treat LDFLAGS the same way as CFLAGS 2011-03-07 15:18:25 +01:00
document.c Use girara debug functions 2011-04-02 23:40:57 +02:00
document.h Documented document.h 2011-03-12 11:32:24 +01:00
LICENSE
Makefile add .PHONY in Makefile 2011-04-18 11:31:57 +02:00
README
render.c Use girara debug functions 2011-04-02 23:40:57 +02:00
render.h
shortcuts.c Little fix in sc_toggle_index 2011-03-06 15:21:38 +01:00
shortcuts.h
utils.c Use girara debug functions 2011-04-02 23:40:57 +02:00
utils.h Plugin register mechanism 2011-03-05 21:00:41 +01:00
zathura.1
zathura.c Use girara debug functions 2011-04-02 23:40:57 +02:00
zathura.h Updated Makefiles (not finished) 2011-03-05 22:11:08 +01:00

zathura - pdf viewer
--------------------
zathura is a pdf viewer based on the poppler pdf rendering library

Requirements
------------
poppler-glib (0.12.3)
gtk2 (2.18.6)
glib2 (2.22.4)

Configuration
-------------
You can modify some parts of zathura by editing the config.h file

Installation
------------
Customise config.h according to your wishes and run the following
command to build and install zathura:

  make install

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

  make uninstall

Use zathura
-----------
Just run:

  zathura <file>