zathura-ps PostScript support for zathura

The zathura-ps plugin adds PostScript support to zathura by using the libspectre library.

## Dependencies * libspectre

## 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-ps-<version>.tar.xz
 $ cd zathura-ps-<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-ps plugin follow the instructions:

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

Download

The latest version of zathura-ps is 0.2.7.

If you are searching for older verions of zathura-ps 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-ps.git