Homebrew formulae to build Zathura on Mac OS X
- Ruby 100%
| .gitignore | ||
| girara.rb | ||
| libspectre.rb | ||
| README.md | ||
| synctex.rb | ||
| zathura-djvu.rb | ||
| zathura-mupdf.rb | ||
| zathura-pdf-mupdf.rb | ||
| zathura-pdf-poppler.rb | ||
| zathura-ps.rb | ||
| zathura.rb | ||
Zathura
Homebrew formulae to install zathura and plugins on Mac OS X
Installation
Tap the repository:
brew tap zegervdv/zathura
Before installing
Install zathura and required plugins
brew install zathura
brew install zathura-pdf-poppler
Follow the instructions to link the plugins into place:
$ mkdir -p $(brew --prefix zathura)/lib/zathura
$ ln -s $(brew --prefix zathura-pdf-poppler)/libpdf-poppler.dylib $(brew --prefix zathura)/lib/zathura/libpdf-poppler.dylib
Copying to clipboard
Add the following to your ~/.config/zathura/zathurarc:
set selection-clipboard clipboard
Known Issues
Currently plugins are installed in the zathura folder, which means that uninstalling a plugin does not work.