2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 06:21:10 -06:00
repo/extra/opus/build

10 lines
134 B
Plaintext
Raw Normal View History

2019-07-18 01:58:03 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-custom-modes \
--enable-float-approx
make
2023-03-02 07:40:00 -07:00
make DESTDIR="$1" install