mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
Document viewer
.gitignore | ||
callbacks.c | ||
callbacks.h | ||
commands.c | ||
commands.h | ||
completion.c | ||
completion.h | ||
config.c | ||
config.h | ||
config.mk | ||
document.c | ||
document.h | ||
LICENSE | ||
Makefile | ||
print.c | ||
print.h | ||
README | ||
render.c | ||
render.h | ||
shortcuts.c | ||
shortcuts.h | ||
utils.c | ||
utils.h | ||
zathura.1 | ||
zathura.c | ||
zathura.h |
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 Please note that you need to have a working pkg-config installation and that the Makefile is only compatible with GNU make. Installation ------------ To build and install zathura: make install Uninstall: ---------- To delete zathura from your system, just type: make uninstall