blob: b5899083ba6c67b0c02d4058380b990e455e5c1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Notability .note support for zathura
This plugin adds support for the proprietary .note format of Notability. Because I had to reverse engineer the file format, you should expect errors and many missing features.
## Installation
1. Install cairo, libplist, libzip and zathura (including header files obviously, e.g. using `-dev` suffix)
2. `meson zathura-note`
3. `cd zathura-note; sudo ninja install`
4. Enjoy!
|