You need to connect to your server via SSH, and then download the sources (using wget ):
wget https://github.com/pornel/pngquant/tarball/master
Then extract the downloaded archive:
tar xzf master
Then cd to any directory created:
cd ...
According to the documentation, you just need to make it:
to do
If this does not produce any errors, you can install it on a system scale by running make install as superuser (root):
sudo make install
Or, if sudo is not available in your distribution:
su root
make installation
Exit
And there you have it.
user2629998
source share