2011-04-26 17:09:39 +02:00
|
|
|
zathura - a document viewer
|
2012-09-10 00:18:57 +02:00
|
|
|
===========================
|
2018-02-20 22:41:53 +01:00
|
|
|
|
2011-04-26 17:09:39 +02:00
|
|
|
zathura is a highly customizable and functional document viewer based on the
|
|
|
|
girara user interface library and several document libraries.
|
2009-08-11 23:18:50 +02:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
2018-02-20 22:41:53 +01:00
|
|
|
|
|
|
|
meson (>= 0.43)
|
2018-01-25 08:40:54 +01:00
|
|
|
gtk3 (>= 3.10)
|
2017-06-13 22:07:24 +02:00
|
|
|
glib (>= 2.50)
|
2017-12-19 02:32:24 +01:00
|
|
|
girara (>= 0.2.8)
|
2013-02-13 15:25:52 +01:00
|
|
|
sqlite3 (optional, >= 3.5.9)
|
2018-02-20 22:41:53 +01:00
|
|
|
check (optional, for tests)
|
2012-03-04 18:54:52 +01:00
|
|
|
intltool
|
2013-02-13 15:25:52 +01:00
|
|
|
libmagic from file(1) (optional, for mime-type detection)
|
2016-02-05 10:55:05 +01:00
|
|
|
libsynctex from TeXLive (optional, for SyncTeX support)
|
2014-04-27 14:39:10 +02:00
|
|
|
Sphinx (optional, for manpages and HTML documentation)
|
|
|
|
doxygen (optional, for HTML documentation)
|
|
|
|
breathe (optional, for HTML documentation)
|
|
|
|
sphinx_rtd_theme (optional, for HTML documentation)
|
2009-08-11 23:18:50 +02:00
|
|
|
|
2014-04-27 14:39:10 +02:00
|
|
|
Also note that Sphinx is needed to build the manpages. If it is not
|
|
|
|
installed, the man pages won't be built. For the HTML documentation, doxygen,
|
2015-10-08 21:28:41 +02:00
|
|
|
breathe and sphinx_rtd_theme are needed in addition to Sphinx.
|
2012-03-04 18:54:52 +01:00
|
|
|
|
|
|
|
If you don't want to build with support for sqlite databases, you can set
|
2018-02-20 22:41:53 +01:00
|
|
|
enable-sqlite=off and sqlite support won't be available.
|
2011-05-19 12:46:12 +02:00
|
|
|
|
2013-02-24 12:29:01 +01:00
|
|
|
The use of magic to detect mime types is optional and can be disabled by setting
|
2018-02-20 22:41:53 +01:00
|
|
|
enable-magic=off.
|
2014-04-08 19:56:31 +02:00
|
|
|
|
2009-08-11 23:18:50 +02:00
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
2018-02-20 22:41:53 +01:00
|
|
|
To build and install zathura:
|
2009-08-11 23:18:50 +02:00
|
|
|
|
2018-02-20 22:41:53 +01:00
|
|
|
meson build
|
|
|
|
cd build
|
|
|
|
ninja
|
|
|
|
ninja install
|
2013-11-04 20:55:54 +01:00
|
|
|
|
|
|
|
Bugs
|
|
|
|
----
|
2018-02-20 22:41:53 +01:00
|
|
|
|
2013-11-04 20:55:54 +01:00
|
|
|
Please report bugs at http://bugs.pwmt.org or contact us on our mailing list at
|
|
|
|
zathura@lists.pwmt.org.
|