dsanson / termpdf

barebones graphical pdf/djvu/cbr/image viewer that works inside iTerm2 2.9+ and Kitty
MIT License
637 stars 24 forks source link

Instructions for Debian #16

Closed scateu closed 6 years ago

scateu commented 6 years ago
git clone https://github.com/dsanson/termpdf

git clone https://github.com/dsanson/terminal_dimensions
cd terminal_dimensions
gcc terminal_dimensions.c -o terminal_dimensions
mv terminal_dimensions /usr/local/bin

apt install ghostscript bc libtiff5 unrar imagemagick poppler-utils
mkdir -p ~/.config/termpdf/

I just made it work on my Debian server over ssh. Hope this writeup helps for others.

dsanson commented 6 years ago

Thanks!

dsanson commented 6 years ago

I've incorporated your instructions into the README.