I'm trying to install matrix2png
.
So, I have installed libpng
using Homebrew.
But, when I type ./configure
to install matrix2png
, the following error message comes up:
You need to have libpng installed and findable by the configure script
Please help me solve this problem.
Try running:
to see where
libpng
is installed.Sample Output
Then try running
to see how to add a parameter to
./configure
to tell it where to findlibpng
now that you know that from the first step. As a pure guess, you'll probably need something along the lines of