Document viewer
Go to file
Sebastian Ramacher 93336db1b5 Start file monitor explicitly
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2018-01-29 00:04:43 +01:00
data
doc Improve synctex documentation 2017-12-21 15:24:25 +01:00
po
tests Query pkg-config only once for libs and cflags 2017-07-02 19:09:34 +02:00
zathura Start file monitor explicitly 2018-01-29 00:04:43 +01:00
.gitignore Rename resources 2017-07-08 12:19:05 +02:00
AUTHORS Add Lingzhu Xiang to AUTHORS 2014-10-26 21:29:46 +01:00
colors.mk Detect if -fdiagnostics-color is available 2015-10-06 22:02:51 +02:00
common.mk add verbose build output 2011-08-31 16:04:55 +02:00
config.mk Remove HAVE_HIDPI_SUPPORT 2018-01-23 22:22:40 +01:00
LICENSE Update years 2017-01-07 15:19:58 +01:00
Makefile Check versions first 2017-08-13 18:23:17 +02:00
README Fix GTK+ version in README, other minor fixes 2018-01-25 08:40:54 +01:00
zathura.desktop Add translated comment 2017-06-14 21:59:03 +02:00
zathura.pc.in Don't need to depend on GTK+ anymore. 2012-04-06 13:46:35 +02:00

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
------------
gtk3 (>= 3.10)
glib (>= 2.50)
girara (>= 0.2.8)
sqlite3 (optional, >= 3.5.9)
check (for tests)
intltool
libmagic from file(1) (optional, for mime-type detection)
libsynctex from TeXLive (optional, for SyncTeX support)
Sphinx (optional, for manpages and HTML documentation)
doxygen (optional, for HTML documentation)
breathe (optional, for HTML documentation)
sphinx_rtd_theme (optional, for HTML documentation)

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
pkg-config installation please set the GTK_INC, GTK_LIB, GIRARA_INC, GIRARA_LIB,
SQLITE_INC and SQLITE_LIB variables accordingly.

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,
breathe and sphinx_rtd_theme are needed in addition to Sphinx.

If you don't want to build with support for sqlite databases, you can set
WITH_SQLITE=0 and sqlite support won't be available.

The use of magic to detect mime types is optional and can be disabled by setting
WITH_MAGIC=0.

If you pass these flags as a command line argument to make, you have to ensure
to pass the same flags when executing the install target.

If you want to build zathura's documentation, please install all python
dependencies from the ./doc/requirements.txt file.

Installation
------------
To build and install zathura:

  make install

Uninstall
---------
To delete zathura from your system, just type:

  make uninstall

Bugs
----
Please report bugs at http://bugs.pwmt.org or contact us on our mailing list at
zathura@lists.pwmt.org.