Skip to content

pwmt/zathura-pdf-mupdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zathura-pdf-mupdf

zathura is a highly customizable and functional document viewer based on the girara user interface library and several document libraries. This plugin for zathura provides PDF support using the mupdf library.

Requirements

The following dependencies are required:

  • zathura (>= 0.2.0)
  • girara
  • mupdf (>= 1.20.0)

For building plugin, the following dependencies are also required:

  • meson (>= 0.56)

Installation

To build and install the plugin using meson's ninja backend:

meson build
cd build
ninja
ninja install

Note that the default backend for meson might vary based on the platform. Please refer to the meson documentation for platform specific dependencies.

Bugs

Please report bugs at http://git.pwmt.org/pwmt/zathura-pdf-mupdf.