2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/libpng/build

10 lines
89 B
Plaintext
Raw Normal View History

2019-07-18 08:07:44 +00:00
#!/bin/sh -e
2022-09-15 03:37:39 +00:00
patch -p1 < apng.patch
2019-07-18 08:07:44 +00:00
./configure \
--prefix=/usr
make
2021-07-18 02:41:10 +00:00
make install