Installation in Linux.
sur08 opened this issue · 3 comments
sur08 commented
How am I supposed to install it and use it linux ? I did make libzopfli
it created some outpue files but how am I suppose to use it ?
lvandeve commented
There may be a package for your distro, e.g. there is for ubuntu or archlinux, if that is the case, then after installing it from your distribution repositories it should work as zopfli
and zopflipng
.
If you build yourself, then use make zopfli
or make zopflipng
. This should produce binaries named zopfli and zopflipng respectively, which can be ran with ./zopfli
and ./zopflipng
.
Did it work?
nueverest commented
If you are using ubuntu you can do sudo apt-get install zopfli