hzeller / timg

A terminal image and video viewer.
GNU General Public License v2.0
1.97k stars 74 forks source link

Three dependencies for Debian not present in instructions #84

Open gmgauthier opened 2 years ago

gmgauthier commented 2 years ago

Just a quick one. I had to add the following to my fresh debian 11.3 install, to get the build with all the options on, to work:

sudo apt install libturbojpeg0-dev                                                                                                                                  
sudo apt install libexif-dev                                                                                                                                                                                               
sudo apt install libgraphicsmagick++1-dev    

Tried to submit the change to the REAME as a pull request, but can't push the branch.

hzeller commented 2 years ago

The second line in the dependencies contains these ( https://github.com/hzeller/timg#get-dependencies-on-debianubuntu ). I think the slightly different names are just aliases within debian.

Did it not work with the latest Debian ?