https://github.com/wikimatze/zathura
https://github.com/wikimatze/zathura
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wikimatze/zathura
- Owner: wikimatze
- Created: 2021-08-19T14:49:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T15:02:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T01:44:31.486Z (4 months ago)
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zathura
The description under works not on latest Ubuntu machine - because synctex and zathura-pdf-poppler are for what reasons not compilable anymore.
```
wm~ % find /usr/ -name "*.pc" | grep synctex
/usr/lib/x86_64-linux-gnu/pkgconfig/synctex.pc
```If you don't have this file anymore on your machine, then my suggestion is to take those binaries (zathura 0.3.8 and pdf-poppler 0.2.8) and copy them to the right folder.
```## Installation
```
git clone https://github.com/wikimatze/zathura.git ~/git/zathura
``````
sudo mkdir /usr/lib/zathuracd ~/git/zathura
sudo cp pdf.so /usr/lib/zathura/
sudo cp zathura /usr/local/bin
```
Check rights:
```
-rwxr-xr-x 1 root root 25376 Aug 19 12:04 /usr/lib/zathura/pdf.so
wm~ % ls /usr/bin/zathura -la
-rwxr-xr-x 1 root root 301352 Aug 19 12:11 /usr/bin/zathura
```