2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/opus/build

10 lines
121 B
Plaintext
Raw Normal View History

2019-07-18 07:58:03 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-custom-modes \
--enable-float-approx
make
2021-07-18 02:57:23 +00:00
make install