go-alac/README.md

14 lines
311 B
Markdown
Raw Normal View History

2022-04-20 20:32:15 +00:00
# go-alac
[libalac](https://github.com/mikebrady/alac) CGO bindings for encoding/decoding.
## Requirements
### [libalac](https://github.com/mikebrady/alac)
```shell
git clone --depth 1 https://github.com/mikebrady/alac.git
cd alac
autoreconf -fi
./configure --prefix /usr
make -j$(nproc)
sudo make install
```