Hi There,
Has anyone installed successfully the lossy option for gifsicle from https://github.com/pornel/giflossy/
When I tried to install this version
https://github.com/pornel/giflossy/rele ... y%2F1.82.1
in /usr/local/bin I got an error
Please write me if you have trouble building or running Gifsicle, or if you have suggestions or patches.
Code: Select all
sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo zlib1g-devCode: Select all
git clone https://github.com/pornel/giflossy.gitCode: Select all
cd giflossy
autoreconf -iCode: Select all
./configure
make
make install