how do I install libpng using yum on centos?
I tried yum install libpng but that does not work
yum install libpng
Any help would be greatly appreciated
Try this command:
yum install libpng-devel
Try this command: