The zathura-ps plugin adds PostScript support to zathura by using the libspectre library.
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
For the installation of the zathura-ps plugin follow the instructions:
$ git clone https://github.com/pwmt/zathura-ps.git $ cd zathura-ps $ git checkout --track -b develop origin/develop $ mkdir build $ meson build $ cd build $ ninja $ ninja install
The latest version of zathura-ps is 0.2.8.
If you are searching for older verions of zathura-ps follow this link.
If you are interested in the source code you can either browse it online or clone the repository: