mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 07:06:02 +01:00
update README
This commit is contained in:
parent
794bee49ab
commit
d02826c6df
1 changed files with 7 additions and 1 deletions
8
README
8
README
|
@ -7,9 +7,15 @@ Requirements
|
|||
------------
|
||||
gtk2 (>= 2.18.6)
|
||||
girara
|
||||
sqlite3
|
||||
|
||||
Please note that you need to have a working pkg-config installation
|
||||
and that the Makefile is only compatible with GNU make.
|
||||
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
|
||||
zathurarc.5. If it is not installed, zathurarc.5 won't be built.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue