repo/extra/libass/build

9 lines
104 B
Plaintext
Raw Normal View History

2019-07-18 07:27:47 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
2020-10-27 14:28:11 +00:00
--enable-fontconfig
2019-07-18 07:27:47 +00:00
make
make DESTDIR="$1" install