-
-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install pngquant on CentOS 7, I had installed it in prev server(CentOS 6.9) #266
Comments
are you sure that you'd ran |
I tried that too, and I got this:
|
Nevermind, I just did this and it worked for me |
I got the same Problems on Centos/RHEL 7 when trying to compile latest GIT Version:
Andreas Schnederle-Wagner |
info: lib Folder wasn't updated -that's why the Error occured ... after a recursive GIT clone it's working ... :) |
Same issue on CentOS 7.4 when trying to install pngquant. Any news on this issue ?
|
yeah I maintain package pngquant in epel , the version is 2.7.2 , since 2.10 you need build first libimagequant, https://github.com/ImageOptim/libimagequant . anyway from where came node.js ? |
This comment helped me to build For your information, the following one for |
RHEL/CentOS 7 64-Bit EPELwget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm |
Hello, I had installed pngquant in my prev server and it was working fine. I moved all my files to new server. and I'm trying to install pngquant here.
git clone --recursive https://github.com/pornel/pngquant.git
This downloaded files succesfully
when I do
ls
I can see pngquant directory with files inside itI want it to be installed in /usr/local/bin
so I ran
sudo make install
make: *** No rule to make target 'install'. Stop.
and I'm getting the above error message.
Please help
The text was updated successfully, but these errors were encountered: