Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 380 Bytes

File metadata and controls

25 lines (20 loc) · 380 Bytes

About

This repository contains the PNG and SimpleImage SaC modules.

Build

Requirements:

  • CMake >= 3.3
  • 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