go-alac/README.md

14 lines
320 B
Markdown
Raw Permalink 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
2022-04-21 11:56:23 +00:00
git clone --depth 1 https://git.gammaspectra.live/S.O.N.G/alac.git
2022-04-20 20:32:15 +00:00
cd alac
autoreconf -fi
./configure --prefix /usr
make -j$(nproc)
sudo make install
```