Could you show me to install pngquant and imgmin to LINUX?

Ex.
I got imgmin.zip by using wget https://github.com/rflynn/imgmin/archive/imgmin.zip
Then I extrated it and used these command line (./configure, make, sudo make install).
But It does't work for me.

"make: *** No targets specified and no makefile found. Stop."

Comments

inthra.onsap’s picture

I'm sorry with my English. Let me correct some sentences.

Could you show me to install pngquant and imgmin to LINUX? >> Could you help me? How to install pngquant and imgmin to LINUX?

inthra.onsap’s picture

more information.
$ uname -o
GNU/Linux

attiks’s picture

did you run the commands inside the imgmin folder?

inthra.onsap’s picture

Status: Active » Closed (fixed)

yes I did.
I already got it to work.

I used the automake program to get it to work.

It would be great. Could you give me some suggestion about this.
I installed a imgmin package by "tom-user".
I could not use imgmin command when I was as a root user.
I have to use full path for using "imgmin" command. (full path: /usr/local/bin/imgmin).

I wrote .bash_profile to export this command.
I created a symbolic link.
But They don't work.

Thank you.