About This repository contains the PNG and SimpleImage SaC modules. Build Requirements: CMake >= 3.10 The libpng library an installed and/or compiled SaC Stdlib Steps: $ cd Png $ git submodule init $ git submodule update $ mkdir build $ cd build $ cmake .. $ make -j4 $ make install