2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/libpng/build
2021-07-18 05:41:10 +03:00

10 lines
103 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < libpng-1.6.37-apng.patch
./configure \
--prefix=/usr
make
make install