Guide To Install png++ On Mac
What is “png++” Package?
C++ wrapper for libpng library
For more details: http://www.nongnu.org/pngpp/
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install png++.
brew install png++
Now, use png++!