mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:33:57 +01:00
a3d0a84b60
Conflicts: README
25 lines
525 B
Plaintext
25 lines
525 B
Plaintext
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
|