mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-16 07:55:52 +01:00
Be a bit more verbose in the README
There is another software called magic out there, so let's call it libmagic from file(1).
This commit is contained in:
parent
376aea65a0
commit
4b1edf1a41
1 changed files with 3 additions and 3 deletions
6
README
6
README
|
@ -7,11 +7,11 @@ Requirements
|
||||||
------------
|
------------
|
||||||
gtk2 (>= 2.28)
|
gtk2 (>= 2.28)
|
||||||
girara
|
girara
|
||||||
sqlite3 (>= 3.5.9)
|
sqlite3 (optional, >= 3.5.9)
|
||||||
check (for tests)
|
check (for tests)
|
||||||
intltool
|
intltool
|
||||||
python-docutils (for man pages)
|
python-docutils (optional, for man pages)
|
||||||
magic (optional)
|
libmagic from file(1) (optional, for mime-type detection)
|
||||||
|
|
||||||
Please note that you need to have a working pkg-config installation and that the
|
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
|
Makefile is only compatible with GNU make. If you don't have a working
|
||||||
|
|
Loading…
Reference in a new issue