I have a small utility that I wrote in C that uses libpng. On linux, I just install libpng-dev and do "gcc myapp.c / usr / lib / libpng.so -o myapp". On Mac OS X, I have Xcode tools installed, which I believe include libpng. What am I referring to, and do I need to specify an inclusion path for png.h?
source
share