This is a build2 package repository for LodePNG,
a PNG encoder and decoder for C (ISO C90) with a C++ wrapper, without external
dependencies.
This file contains setup instructions and other details that are more
appropriate for development rather than consumption. If you want to use
these packages in your build2-based project, then instead see the
accompanying PACKAGE-README files:
The development setup uses the standard bdep-based workflow. For example:
git clone --recurse-submodules https://github.com/build2-packaging/lodepng.git
cd lodepng
bdep init -C @gcc cc config.cxx=g++
bdep update
bdep test