Hi folks, bear with me as I'm new to the unix end of things. I'm trying to compile the command line tool "Scale2x" from http://scale2x.sourceforge.net/. The readme in the source code for this tool says that it requires the libpng library, so I have downloaded libpng from here and installed it by using the standard mac os x pkg installer.
Now, when I type gcc scale2x.c I get a bunch of errors that appear to be related to me not having libpng installed- like
header file 'png.h' not found
undefined type, found `png_byte'
and so on.
What am I doing wrong?