google / zopfli

Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression.
Apache License 2.0
3.43k stars 330 forks source link

zopflipng not found on Ubuntu 16.04 xenial #161

Closed Utkarsh1308 closed 5 years ago

Utkarsh1308 commented 5 years ago

On running the command sudo apt-get install zopfli

Only zopfli seems to be getting installed. zopflipng command is not found.

I tested the same on ubuntu 18.04 and there it seems to work fine.

CounterPillow commented 5 years ago

This is not the issue of upstream zopfli but your distribution's packager, i.e. Ubuntu. There is no point in reporting this here, as nobody here can do anything about it.

Utkarsh1308 commented 5 years ago

Is there any way to install zopflipng using terminal in ubuntu 16.04 ? Actually I need zopflipng to run some tests o travis

CounterPillow commented 5 years ago
git clone https://github.com/google/zopfli.git
cd zopfli
make zopflipng
install -Dm755 zopflipng /usr/local/bin/zopflipng