go-alac/README.md
DataHoarder d0b3bfe57e
All checks were successful
continuous-integration/drone/push Build is passing
Updated README.md
2022-04-21 13:56:23 +02:00

14 lines
320 B
Markdown

# 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://git.gammaspectra.live/S.O.N.G/alac.git
cd alac
autoreconf -fi
./configure --prefix /usr
make -j$(nproc)
sudo make install
```