SunnyCat2013 / homebrew-zathura

Homebrew formulae to build Zathura on Mac OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Thanks to geigi (see #5)

Known Issues

Currently plugins are installed in the zathura folder, which means that uninstalling a plugin does not work.

About

Homebrew formulae to build Zathura on Mac OS X


Languages

Language:Ruby 100.0%