Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 301 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 301 Bytes

libpng-build

build scripts for libpng

Installation

Swift Package Manager

https://github.com/mpvkit/libpng-build.git

How to build

make build
# or build specified platforms 
make build platform=ios,macos
# or see help
make help