zathura-djvu DjVu support for zathura

The zathura-djvu plugin adds DjVu support to zathura by using the djvulibre library.

## Dependencies * djvulibre

## Installation It is recommended to install it from your prefered package manager. Otherwise you can grab the latest version of the source code from our website and build it by hand:

 $ tar xfv zathura-djvu-<version>.tar.xz
 $ cd zathura-djvu-<version>
 $ mkdir build
 $ meson build
 $ cd build
 $ ninja
 $ ninja install

## Known supported distributions * Arch Linux * Debian * Fedora * Gentoo * Ubuntu

## Installation (Developer version) For the installation of the zathura-djvu plugin follow the instructions:

 $ git clone https://git.pwmt.org/pwmt/zathura-djvu.git
 $ cd zathura-djvu
 $ git checkout --track -b develop origin/develop
 $ mkdir build
 $ meson build
 $ cd build
 $ ninja
 $ ninja install

Download

The latest version of zathura-djvu is 0.2.9.

If you are searching for older verions of zathura-djvu follow this link.

Source code

If you are interested in the source code you can either browse it online or clone the repository:

git clone https://git.pwmt.org/pwmt/zathura-djvu.git