Skip to content

feh

Building the latest feh for rpi to enable webp image and gif support

First get the most current release of feh from the source here. As of writing this the build number is 3.10.1

wget https://feh.finalrewind.org/feh-3.10.3.tar.bz2
tar jxvf feh-3.10.3.tar.bz2
cd feh-3.10.3/
# Install dependencies
sudo apt install -y libcurl4-openssl-dev libx11-dev libxt-dev libimlib2-dev libxinerama-dev libjpeg-progs libpng-dev libexif-dev libexif12
make -j4 exif=1
sudo make install
sudo ldconfig
feh -version