Skip to content
/ PNG Public

Modules that make use of the libpng library

Notifications You must be signed in to change notification settings

SacBase/PNG

Repository files navigation

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