This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RM48L930: How to build libpng / zlib

Part Number: RM48L930

Hello,

I need to add the open source module libpng to my Hercules image.  libpng makes calls to library zlib for file compression.  Both libpng and zlib can be built easily on a linux PC starting with running ./configure then 'make' then 'make install'.  What is the procedure to bring in zlib and libpng and configure & build these libs for use my my app code in Code Composer Studio?

thanks,