Skip to content

Commit

Permalink
Added instructions for mupdf
Browse files Browse the repository at this point in the history
  • Loading branch information
rpapallas authored and zegervdv committed Mar 19, 2021
1 parent 5e31890 commit 86530dd
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,35 @@

Homebrew formulae to install zathura and plugins on Mac OS X

## Installation
Tap the repository:
```brew tap zegervdv/zathura```

__Before installing__
## Installation steps

### Tap the repository
```
brew tap zegervdv/zathura
```

Install zathura and required plugins
### Install zathura
```
brew install zathura
brew install zathura-pdf-poppler
```
Follow the instructions to link the plugins into place:

### Install and link one of the two plugins

For poppler:
```
$ brew install zathura-pdf-poppler
$ 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
```

For mupdf:
```
$ brew install zathura-pdf-mupdf
$ mkdir -p $(brew --prefix zathura)/lib/zathura
$ ln -s $(brew --prefix zathura-pdf-mupdf)/libpdf-mupdf.dylib $(brew --prefix zathura)/lib/zathura/libpdf-mupdf.dylib
```

__OSX_native_integration__
### OSX_native_integration

The OSX native integration (dock, window manager) has been added to the develop branch of zathura.
You can install it by
Expand Down

0 comments on commit 86530dd

Please sign in to comment.